Home
last modified time | relevance | path

Searched refs:gain (Results 1 – 6 of 6) sorted by relevance

/openthread-3.4.0/third_party/mbedtls/repo/3rdparty/everest/
DREADME.md5 …(also verified) code to simulate them, resulting in less of a performance gain overall. Explictly …
/openthread-3.4.0/third_party/mbedtls/repo/
D.pylintrc51 # This is of minor utility (mainly a performance gain when there are
/openthread-3.4.0/src/ncp/
Dncp_base.cpp2278 int8_t gain; in HandlePropertyGet() local
2281 error = otPlatRadioGetFemLnaGain(mInstance, &gain); in HandlePropertyGet()
2285 error = mEncoder.WriteInt8(gain); in HandlePropertyGet()
2297 int8_t gain = 0; in HandlePropertySet() local
2300 SuccessOrExit(error = mDecoder.ReadInt8(gain)); in HandlePropertySet()
2301 error = otPlatRadioSetFemLnaGain(mInstance, gain); in HandlePropertySet()
/openthread-3.4.0/third_party/mbedtls/repo/docs/proposed/
Dpsa-conditional-inclusion-c.md91 …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.
/openthread-3.4.0/src/cli/
DREADME.md1443 LNA gain 11 dBm
1449 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.
/openthread-3.4.0/third_party/mbedtls/repo/docs/architecture/testing/
Dinvasive-testing.md196 * We need to have confidence in the specification (but we can gain this confidence by evaluating th…