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

Enable the radio.

@param[in] aInstance The OpenThread instance structure.

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