pub unsafe extern "C" fn otPlatRadioClearCalibratedPowers(
aInstance: *mut otInstance,
) -> otError
Expand description
Clear all calibrated powers from the power calibration table.
@note This API is an optional radio platform API. It’s up to the platform layer to implement it.
@param[in] aInstance The OpenThread instance structure.
@retval OT_ERROR_NONE Successfully cleared all calibrated powers from the power calibration table. @retval OT_ERROR_NOT_IMPLEMENTED This feature is not implemented.