Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/
DNCILxDebugDecoder.cpp464 psLxNtfDecoded->psL1NtfDecoded->sInfo.rawRSSIADC); in printLxDebugInfo()
529 psLxNtfDecoded->psL2NtfDecoded->sTlvInfo[tlv].rawRSSIADC); in printLxDebugInfo()
663 uint8_t rawRSSIADC = 0; in decodeRSSIValues() local
675 rawRSSIADC = psLxNtfCoded->pLxNtf[base + offsetRawRSSI]; in decodeRSSIValues()
684 psLxNtfDecoded->psL1NtfDecoded->sInfo.rawRSSIADC = rawRSSIADC; in decodeRSSIValues()
693 psLxNtfDecoded->psL2NtfDecoded->sTlvInfo[tlvCount].rawRSSIADC = in decodeRSSIValues()
694 rawRSSIADC; in decodeRSSIValues()
/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/inc/
DNCILxDebugDecoder.h87 uint8_t rawRSSIADC; // When RSSI debug mode is enabled member