Home | History | Annotate | Download | only in src

Lines Matching refs:ps_timer_info

985     phLlcNfc_Timerinfo_t    *ps_timer_info = NULL;
1009 ps_timer_info = &(psLlcCtxt->s_timerinfo);
1012 timer_index = ps_timer_info->index_to_send;
1013 timer_count = ps_timer_info->guard_to_count;
1014 ns_index = ps_timer_info->timer_ns_value[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);
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)] +
1095 ((ps_timer_info->guard_to_value[(timer_count - 1)] >=
1097 (ps_timer_info->guard_to_value[(timer_count - 1)] +
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) %
1119 ps_timer_info->index_to_send = (uint8_t)