Home
last modified time | relevance | path

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

/external/libnfc-nxp/inc/
DphNfcTypes.h173 #define PHHAL_PUPI_LENGTH 0x04U /**< PUPI length */ macro
587 uint8_t Pupi[PHHAL_PUPI_LENGTH]; /**< PUPI information of the TYPE B
/external/libnfc-nxp/src/
DphHciNfc_RFReader.c1336 p_pipe_info->param_length = PHHAL_PUPI_LENGTH; in phHciNfc_ReaderMgmt_UICC_Dispatch()
1413 p_pipe_info->param_length = PHHAL_PUPI_LENGTH; in phHciNfc_ReaderMgmt_Reactivate()
DphHciNfc_RFReaderB.c704 if(PHHAL_PUPI_LENGTH == reg_length) in phHciNfc_ReaderB_InfoUpdate()