OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wAgcValue
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/halimpl/pn54x/inc/
phNxpNciHal_SelfTest.h
63
uint16_t
wAgcValue
; /*Agc Min Value*/
/external/libnfc-nci/halimpl/pn54x/self-test/
phNxpNciHal_SelfTest.c
814
agc_tolerance = (phAntenna_resp.
wAgcValue
* phAntenna_resp.wAgcValueTolerance)/100;
817
if(((phAntenna_resp.
wAgcValue
- agc_tolerance) <= agc_val) &&
818
(agc_val <= (phAntenna_resp.
wAgcValue
+ agc_tolerance)))
[
all
...]
Completed in 2802 milliseconds