Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphLlcNfc_Timer.c143 gpphLlcNfc_Ctxt->s_timerinfo.guard_to_count); in phLlcNfc_TimerUnInit()
220 if (ps_timer_info->guard_to_count < PH_LLCNFC_MAX_GUARD_TIMER) in phLlcNfc_StartTimers()
222 timer_count = ps_timer_info->guard_to_count; in phLlcNfc_StartTimers()
275 ps_timer_info->guard_to_count = (uint8_t)( in phLlcNfc_StartTimers()
276 ps_timer_info->guard_to_count + 1); in phLlcNfc_StartTimers()
379 timer_count = ps_timer_info->guard_to_count; in phLlcNfc_StopTimers()
443 ps_timer_info->guard_to_count = timer_count; in phLlcNfc_StopTimers()
446 if (0 == ps_timer_info->guard_to_count) in phLlcNfc_StopTimers()
557 ps_timer_info->guard_to_count = 0; in phLlcNfc_StopAllTimers()
562 while (timer_index < ps_timer_info->guard_to_count) in phLlcNfc_StopAllTimers()
[all …]
DphLlcNfc_Interface.c633 ps_llc_ctxt->s_timerinfo.guard_to_count); in phLlcNfc_WrResp_Cb()
904 ps_llc_ctxt->s_timerinfo.guard_to_count); in phLlcNfc_RdResp_Cb()
940 ps_llc_ctxt->s_timerinfo.guard_to_count); in phLlcNfc_RdResp_Cb()
DphLlcNfc_DataTypes.h497 uint8_t guard_to_count; member
DphLlcNfc_Frame.c1013 timer_count = ps_timer_info->guard_to_count; in phLlcNfc_H_SendTimedOutIFrame()
2074 psLlcCtxt->s_timerinfo.guard_to_count = 0; in phLlcNfc_H_ResetFrameInfo()