HomeSort by relevance Sort by last modified time
    Searched refs:guard_to_count (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nxp/src/
phLlcNfc_Timer.c 143 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...]
phLlcNfc_DataTypes.h 497 uint8_t guard_to_count; member in struct:phLlcNfc_Timerinfo
phLlcNfc_Interface.c 633 ps_llc_ctxt->s_timerinfo.guard_to_count);
    [all...]
phLlcNfc_Frame.c     [all...]

Completed in 48 milliseconds