pub unsafe extern "C" fn otPlatRadioSetCoexEnabled(
    aInstance: *mut otInstance,
    aEnabled: bool
) -> otError
Expand description

Enable the radio coex.

Is used when feature OPENTHREAD_CONFIG_PLATFORM_RADIO_COEX_ENABLE is enabled.

@param[in] aInstance The OpenThread instance structure. @param[in] aEnabled TRUE to enable the radio coex, FALSE otherwise.

@retval OT_ERROR_NONE Successfully enabled. @retval OT_ERROR_FAILED The radio coex could not be enabled.