Home
last modified time | relevance | path

Searched refs:PH_LLCNFC_ACKTIMER (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
DphLlcNfc_Timer.c138 while (index <= PH_LLCNFC_ACKTIMER) in phLlcNfc_TimerUnInit()
288 case PH_LLCNFC_ACKTIMER: in phLlcNfc_StartTimers()
309 timerid = ps_timer_info->timer_id[PH_LLCNFC_ACKTIMER]; in phLlcNfc_StartTimers()
463 case PH_LLCNFC_ACKTIMER: in phLlcNfc_StopTimers()
471 timerid = ps_timer_info->timer_id[PH_LLCNFC_ACKTIMER]; in phLlcNfc_StopTimers()
841 gpphLlcNfc_Ctxt->s_timerinfo.timer_id[PH_LLCNFC_ACKTIMER]) in phLlcNfc_AckTimeoutCb()
849 phLlcNfc_StopTimers (PH_LLCNFC_ACKTIMER, 0); in phLlcNfc_AckTimeoutCb()
DphLlcNfc_Timer.h50 #define PH_LLCNFC_ACKTIMER (0x02) /**< Timer for ack time out */ macro
DphLlcNfc_Interface.c267 phLlcNfc_StopTimers (PH_LLCNFC_ACKTIMER, 0); in phLlcNfc_Interface_Write()
DphLlcNfc_Frame.c1426 result = phLlcNfc_StartTimers (PH_LLCNFC_ACKTIMER, 0); in phLlcNfc_H_ProcessIFrame()