Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/libese-spi/p73/pal/spi/
DphNxpEsePal_spi.h91 int phPalEse_spi_read(void* pDevHandle, uint8_t* pBuffer, int nNbBytesToRead);
DphNxpEsePal_spi.cpp202 int phPalEse_spi_read(void* pDevHandle, uint8_t* pBuffer, int nNbBytesToRead) { in phPalEse_spi_read() function
/hardware/nxp/secure_element/libese-spi/p73/pal/
DphNxpEsePal.cpp114 ret = phPalEse_spi_read(pDevHandle, pBuffer, nNbBytesToRead); in phPalEse_read()