openthread_sys

Function otPlatRadioIsEnabled

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

Check whether radio is enabled or not.

@param[in] aInstance The OpenThread instance structure.

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