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

/external/libnfc-nxp/src/
H A DphLlcNfc_Timer.c143 gpphLlcNfc_Ctxt->s_timerinfo.guard_to_count);
220 if (ps_timer_info->guard_to_count < PH_LLCNFC_MAX_GUARD_TIMER)
222 timer_count = ps_timer_info->guard_to_count;
275 ps_timer_info->guard_to_count = (uint8_t)(
276 ps_timer_info->guard_to_count + 1);
379 timer_count = ps_timer_info->guard_to_count;
443 ps_timer_info->guard_to_count = timer_count;
446 if (0 == ps_timer_info->guard_to_count)
557 ps_timer_info->guard_to_count = 0;
562 while (timer_index < ps_timer_info->guard_to_count)
[all...]
H A DphLlcNfc_DataTypes.h497 uint8_t guard_to_count; member in struct:phLlcNfc_Timerinfo
H A DphLlcNfc_Interface.c633 ps_llc_ctxt->s_timerinfo.guard_to_count);
904 ps_llc_ctxt->s_timerinfo.guard_to_count);
940 ps_llc_ctxt->s_timerinfo.guard_to_count);
H A DphLlcNfc_Frame.c1013 timer_count = ps_timer_info->guard_to_count;
2074 psLlcCtxt->s_timerinfo.guard_to_count = 0;

Completed in 127 milliseconds