pub unsafe extern "C" fn otPlatRadioSetFemLnaGain(
    aInstance: *mut otInstance,
    aGain: i8
) -> otError
Expand description

Sets the external FEM’s Rx LNA gain in dBm.

@param[in] aInstance The OpenThread instance structure. @param[in] aGain The external FEM’s Rx LNA gain in dBm.

@retval OT_ERROR_NONE Successfully set the external FEM’s LNA gain. @retval OT_ERROR_NOT_IMPLEMENTED External FEM’s LNA gain setting is not implemented.