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

  /external/libnfc-nxp/src/
phLlcNfc_Timer.c 182 uint8_t timer_count = 0; local
222 timer_count = ps_timer_info->guard_to_count;
235 PH_LLCNFC_DEBUG("GUARD TIMER COUNT : 0x%02X\n", timer_count);
252 ps_timer_info->guard_to_value[timer_count] = (uint16_t)
255 ps_timer_info->timer_ns_value[timer_count] = ns_value;
256 ps_timer_info->frame_type[timer_count] = (uint8_t)invalid_frame;
257 ps_timer_info->iframe_send_count[timer_count] = 0;
259 if ((timer_count > 0) &&
260 (ps_timer_info->guard_to_value[(timer_count - 1)] >=
267 ps_timer_info->guard_to_value[timer_count] = (uint16_t
353 uint8_t timer_count = 0; local
711 uint8_t timer_count = 0; local
    [all...]
phLlcNfc_Frame.c 1004 uint8_t timer_count = 0; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 122 def handle_restore_timer(self, timer_count):
123 if timer_count == self.counter:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 122 def handle_restore_timer(self, timer_count):
123 if timer_count == self.counter:

Completed in 572 milliseconds