pub unsafe extern "C" fn otChannelManagerGetAutoCslChannelSelectionEnabled(
    aInstance: *mut otInstance
) -> bool
Expand description

Indicates whether the auto-csl-channel-selection functionality is enabled or not.

Only available with OPENTHREAD_CONFIG_MAC_CSL_RECEIVER_ENABLE && OPENTHREAD_CONFIG_CHANNEL_MANAGER_CSL_CHANNEL_SELECT_ENABLE.

@param[in] aInstance A pointer to an OpenThread instance.

@returns TRUE if enabled, FALSE if disabled.