pub unsafe extern "C" fn otPlatDiagRadioRawPowerSettingEnable(
aInstance: *mut otInstance,
aEnable: bool,
) -> otError
Expand description
Enable/disable the platform layer to use the raw power setting set by otPlatDiagRadioSetRawPowerSetting()
.
@param[in] aInstance The OpenThread instance structure. @param[in] aEnable TRUE to enable or FALSE to disable the raw power setting.
@retval OT_ERROR_NONE Successfully enabled/disabled the raw power setting. @retval OT_ERROR_NOT_IMPLEMENTED This method is not implemented.