Lines Matching refs:timer_index
1005 uint8_t timer_index = 0; in phLlcNfc_H_SendTimedOutIFrame() local
1012 timer_index = ps_timer_info->index_to_send; in phLlcNfc_H_SendTimedOutIFrame()
1014 ns_index = ps_timer_info->timer_ns_value[timer_index]; in phLlcNfc_H_SendTimedOutIFrame()
1019 PH_LLCNFC_DEBUG("SEND TIMEOUT TIMER INDEX : 0x%02X\n", timer_index); in phLlcNfc_H_SendTimedOutIFrame()
1020 …PH_LLCNFC_DEBUG("SEND TIMEOUT CALL frame type : 0x%02X\n", ps_timer_info->frame_type[timer_index]); in phLlcNfc_H_SendTimedOutIFrame()
1022 if (resend_i_frame == ps_timer_info->frame_type[timer_index]) in phLlcNfc_H_SendTimedOutIFrame()
1074 ps_timer_info->iframe_send_count[timer_index] = (uint8_t) in phLlcNfc_H_SendTimedOutIFrame()
1075 (ps_timer_info->iframe_send_count[timer_index] + 1); in phLlcNfc_H_SendTimedOutIFrame()
1077 PH_LLCNFC_DEBUG("SEND TIMEOUT CALL timer index : 0x%02X\n", timer_index); in phLlcNfc_H_SendTimedOutIFrame()
1079 if (timer_index > 0) in phLlcNfc_H_SendTimedOutIFrame()
1081 …G("SEND TIMEOUT CALL GUARD TO VALUE : 0x%02X\n", ps_timer_info->guard_to_value[(timer_index - 1)]); in phLlcNfc_H_SendTimedOutIFrame()
1084 ((ps_timer_info->guard_to_value[(timer_index - 1)] >= in phLlcNfc_H_SendTimedOutIFrame()
1086 (ps_timer_info->guard_to_value[(timer_index - 1)] + in phLlcNfc_H_SendTimedOutIFrame()
1102 ps_timer_info->guard_to_value[timer_index] = time_out_value; in phLlcNfc_H_SendTimedOutIFrame()
1106 ps_timer_info->frame_type[timer_index] = invalid_frame; in phLlcNfc_H_SendTimedOutIFrame()
1108 … TIMEOUT CALL Next frame type : 0x%02X\n", ps_timer_info->frame_type[((timer_index + 1) % PH_LLCNF… in phLlcNfc_H_SendTimedOutIFrame()
1113 ps_timer_info->frame_type[((timer_index + 1) % in phLlcNfc_H_SendTimedOutIFrame()
1120 ((timer_index + 1) % in phLlcNfc_H_SendTimedOutIFrame()