Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/
DNCILxDebugDecoder.cpp500 psLxNtfDecoded->psL1NtfDecoded->sInfo.txVpp); in printLxDebugInfo()
588 psLxNtfDecoded->psL2NtfDecoded->sTlvInfo[tlv].txVpp); in printLxDebugInfo()
777 uint16_t txVpp = 0; in calculateTxVpp() local
788 txVpp = ((vtxLDO + vtxAmp) * (1 - (residualCarrier * 0.00805))) * in calculateTxVpp()
790 psLxNtfDecoded->psL1NtfDecoded->sInfo.txVpp = txVpp; in calculateTxVpp()
798 txVpp = ((vtxLDO + vtxAmp) * (1 - (residualCarrier * 0.00805))) * in calculateTxVpp()
800 psLxNtfDecoded->psL2NtfDecoded->sTlvInfo[tlvNumber].txVpp = txVpp; in calculateTxVpp()
/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/inc/
DNCILxDebugDecoder.h106 uint16_t txVpp; member