Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/snxxx/libese-spi/p73/pal/
DphNxpEsePal.h303 const phPalEse_NxpTimer_t* phPalEse_getTimer();
DphNxpEsePal.cpp367 const phPalEse_NxpTimer_t* phPalEse_getTimer() { return &gNxpTimer; } in phPalEse_getTimer() function
/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/
DphNxpEseProto7816_3.cpp612 phPalEse_stopTimer(phPalEse_getTimer()->tx_timer); in phNxpEseProto7816_SendIframe()
614 phPalEse_startTimer(phPalEse_getTimer()->rx_timer); in phNxpEseProto7816_SendIframe()
1794 phPalEse_startTimer(phPalEse_getTimer()->tx_timer); in phNxpEseProto7816_Transceive()
1798 phPalEse_stopTimer(phPalEse_getTimer()->rx_timer); in phNxpEseProto7816_Transceive()
1845 if (!phPalEse_getTimer()->is_enabled) return; in printCmdRspTimeDuration()
1850 cmdLen, phPalEse_timerDuration(phPalEse_getTimer()->tx_timer)); in printCmdRspTimeDuration()
1853 respLen, phPalEse_timerDuration(phPalEse_getTimer()->rx_timer)); in printCmdRspTimeDuration()