Home | History | Annotate | Download | only in src

Lines Matching refs:timer_index

1005         uint8_t                 timer_index = 0;
1012 timer_index = ps_timer_info->index_to_send;
1014 ns_index = ps_timer_info->timer_ns_value[timer_index];
1019 PH_LLCNFC_DEBUG("SEND TIMEOUT TIMER INDEX : 0x%02X\n", timer_index);
1020 PH_LLCNFC_DEBUG("SEND TIMEOUT CALL frame type : 0x%02X\n", ps_timer_info->frame_type[timer_index]);
1022 if (resend_i_frame == ps_timer_info->frame_type[timer_index])
1074 ps_timer_info->iframe_send_count[timer_index] = (uint8_t)
1075 (ps_timer_info->iframe_send_count[timer_index] + 1);
1077 PH_LLCNFC_DEBUG("SEND TIMEOUT CALL timer index : 0x%02X\n", timer_index);
1079 if (timer_index > 0)
1081 PH_LLCNFC_DEBUG("SEND TIMEOUT CALL GUARD TO VALUE : 0x%02X\n", ps_timer_info->guard_to_value[(timer_index - 1)]);
1084 ((ps_timer_info->guard_to_value[(timer_index - 1)] >=
1086 (ps_timer_info->guard_to_value[(timer_index - 1)] +
1092 /* If the timer_index is 0 means, the previous timed out
1102 ps_timer_info->guard_to_value[timer_index] = time_out_value;
1106 ps_timer_info->frame_type[timer_index] = invalid_frame;
1108 PH_LLCNFC_DEBUG("SEND TIMEOUT CALL Next frame type : 0x%02X\n", ps_timer_info->frame_type[((timer_index + 1) % PH_LLCNFC_MAX_ACK_GUARD_TIMER)]);
1113 ps_timer_info->frame_type[((timer_index + 1) %
1120 ((timer_index + 1) %