Home | History | Annotate | Download | only in src

Lines Matching refs:guard_to_value

252                 ps_timer_info->guard_to_value[timer_count] = (uint16_t)
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]);
391 ps_timer_info->guard_to_value[start_index] = (uint16_t)
392 (ps_timer_info->guard_to_value[
416 ps_timer_info->guard_to_value[start_index] = 0;
564 ps_timer_info->guard_to_value[timer_index] = 0;
650 if (0 != ps_timer_info->guard_to_value[index])
654 if (ps_timer_info->guard_to_value[index] > 0)
656 if (ps_timer_info->guard_to_value[index] >=
659 ps_timer_info->guard_to_value[index] = (uint16_t)
660 (ps_timer_info->guard_to_value[index] -
665 ps_timer_info->guard_to_value[index] = 0;
669 if (0 == ps_timer_info->guard_to_value[index])
702 PH_LLCNFC_DEBUG("TIMER EXPIRED GUARD TIME-OUT COUNT: 0x%02X\n", ps_timer_info->guard_to_value[zero_to_index]);
704 if ((0 == ps_timer_info->guard_to_value[zero_to_index]) &&