Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/self-test/
DphNxpNciHal_SelfTest.cc636 int agc_tolerance = 0; in st_validator_testAntenna_AgcVal() local
646 agc_tolerance = in st_validator_testAntenna_AgcVal()
650 if (((phAntenna_resp.wAgcValue - agc_tolerance) <= agc_val) && in st_validator_testAntenna_AgcVal()
651 (agc_val <= (phAntenna_resp.wAgcValue + agc_tolerance))) { in st_validator_testAntenna_AgcVal()