Home | History | Annotate | Download | only in src

Lines Matching refs:timer_count

182     uint8_t                 timer_count = 0;
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)
268 (ps_timer_info->guard_to_value[(timer_count - 1)] +
272 PH_LLCNFC_DEBUG("GUARD TIMER VALUE : 0x%04X\n", ps_timer_info->guard_to_value[timer_count]);
353 uint8_t timer_count = 0;
379 timer_count = ps_timer_info->guard_to_count;
381 PH_LLCNFC_DEBUG("GUARD TIMER COUNT BEFORE DELETE: 0x%02X\n", timer_count);
384 if (timer_count > no_of_guard_to_del)
388 while (start_index < (timer_count - no_of_guard_to_del))
430 if (timer_count >= no_of_guard_to_del)
432 timer_count = (uint8_t)(timer_count - no_of_guard_to_del);
438 timer_count = 0;
443 ps_timer_info->guard_to_count = timer_count;
444 PH_LLCNFC_DEBUG("GUARD TIMER COUNT AFTER DELETE: 0x%02X\n", timer_count);
711 uint8_t timer_count = 0;
714 timer_count = ps_timer_info->guard_to_count;
718 while ((FALSE == while_exit) && (start_index < timer_count))