[][src]Function openthread_sys::otPlatRadioIsCoexEnabled

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

Check whether radio coex is enabled or not.

This function is used when feature OPENTHREAD_CONFIG_PLATFORM_RADIO_COEX_ENABLE is enabled.

@param[in] aInstance The OpenThread instance structure.

@returns TRUE if the radio coex is enabled, FALSE otherwise.