Searched refs:gain (Results 1 – 6 of 6) sorted by relevance
5 …(also verified) code to simulate them, resulting in less of a performance gain overall. Explictly …
51 # This is of minor utility (mainly a performance gain when there are
2278 int8_t gain; in HandlePropertyGet() local2281 error = otPlatRadioGetFemLnaGain(mInstance, &gain); in HandlePropertyGet()2285 error = mEncoder.WriteInt8(gain); in HandlePropertyGet()2297 int8_t gain = 0; in HandlePropertySet() local2300 SuccessOrExit(error = mDecoder.ReadInt8(gain)); in HandlePropertySet()2301 error = otPlatRadioSetFemLnaGain(mInstance, gain); in HandlePropertySet()
91 …h to include only certain curves in a family, and that can lead to a significant gain in code size.97 …Constrained implementations tend to omit FFDH anyway, so the small code size gain is not important.
1443 LNA gain 11 dBm1449 Get the Rx LNA gain in dBm of the external FEM.1457 ### fem lnagain \<LNA gain\>1459 Set the Rx LNA gain in dBm of the external FEM.
196 * We need to have confidence in the specification (but we can gain this confidence by evaluating th…