Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/
DNCILxDebugDecoder.cpp498 psLxNtfDecoded->psL1NtfDecoded->sInfo.vtxLDO); in printLxDebugInfo()
585 psLxNtfDecoded->psL2NtfDecoded->sTlvInfo[tlv].vtxLDO); in printLxDebugInfo()
743 psLxNtfDecoded->psL1NtfDecoded->sInfo.vtxLDO = in decodeAPCTable()
756 psLxNtfDecoded->psL2NtfDecoded->sTlvInfo[tlvCount].vtxLDO = in decodeAPCTable()
776 float vtxLDO = 0; in calculateTxVpp() local
787 vtxLDO = psLxNtfDecoded->psL1NtfDecoded->sInfo.vtxLDO; in calculateTxVpp()
788 txVpp = ((vtxLDO + vtxAmp) * (1 - (residualCarrier * 0.00805))) * in calculateTxVpp()
797 vtxLDO = psLxNtfDecoded->psL2NtfDecoded->sTlvInfo[tlvNumber].vtxLDO; in calculateTxVpp()
798 txVpp = ((vtxLDO + vtxAmp) * (1 - (residualCarrier * 0.00805))) * in calculateTxVpp()
/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/inc/
DNCILxDebugDecoder.h105 float vtxLDO; member