Lines Matching refs:timer_count
182 uint8_t timer_count = 0; in phLlcNfc_StartTimers() local
222 timer_count = ps_timer_info->guard_to_count; in phLlcNfc_StartTimers()
235 PH_LLCNFC_DEBUG("GUARD TIMER COUNT : 0x%02X\n", timer_count); in phLlcNfc_StartTimers()
252 ps_timer_info->guard_to_value[timer_count] = (uint16_t) in phLlcNfc_StartTimers()
255 ps_timer_info->timer_ns_value[timer_count] = ns_value; in phLlcNfc_StartTimers()
256 ps_timer_info->frame_type[timer_count] = (uint8_t)invalid_frame; in phLlcNfc_StartTimers()
257 ps_timer_info->iframe_send_count[timer_count] = 0; in phLlcNfc_StartTimers()
259 if ((timer_count > 0) && in phLlcNfc_StartTimers()
260 (ps_timer_info->guard_to_value[(timer_count - 1)] >= in phLlcNfc_StartTimers()
267 ps_timer_info->guard_to_value[timer_count] = (uint16_t) in phLlcNfc_StartTimers()
268 (ps_timer_info->guard_to_value[(timer_count - 1)] + in phLlcNfc_StartTimers()
272 … PH_LLCNFC_DEBUG("GUARD TIMER VALUE : 0x%04X\n", ps_timer_info->guard_to_value[timer_count]); in phLlcNfc_StartTimers()
353 uint8_t timer_count = 0; in phLlcNfc_StopTimers() local
379 timer_count = ps_timer_info->guard_to_count; in phLlcNfc_StopTimers()
381 PH_LLCNFC_DEBUG("GUARD TIMER COUNT BEFORE DELETE: 0x%02X\n", timer_count); in phLlcNfc_StopTimers()
384 if (timer_count > no_of_guard_to_del) in phLlcNfc_StopTimers()
388 while (start_index < (timer_count - no_of_guard_to_del)) in phLlcNfc_StopTimers()
430 if (timer_count >= no_of_guard_to_del) in phLlcNfc_StopTimers()
432 timer_count = (uint8_t)(timer_count - no_of_guard_to_del); in phLlcNfc_StopTimers()
438 timer_count = 0; in phLlcNfc_StopTimers()
443 ps_timer_info->guard_to_count = timer_count; in phLlcNfc_StopTimers()
444 PH_LLCNFC_DEBUG("GUARD TIMER COUNT AFTER DELETE: 0x%02X\n", timer_count); in phLlcNfc_StopTimers()
711 uint8_t timer_count = 0; in phLlcNfc_GuardTimeoutCb() local
714 timer_count = ps_timer_info->guard_to_count; in phLlcNfc_GuardTimeoutCb()
718 while ((FALSE == while_exit) && (start_index < timer_count)) in phLlcNfc_GuardTimeoutCb()