pub unsafe extern "C" fn otPlatRadioIsCoexEnabled(
aInstance: *mut otInstance,
) -> bool
Expand description
Check whether radio coex is enabled or not.
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.