Searched refs:timer_index (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
H A DphLlcNfc_Timer.c511 uint8_t timer_index = 0; local
518 timerid = ps_timer_info->timer_id[timer_index];
542 timer_index = (uint8_t)(timer_index + 1);
543 timerid = ps_timer_info->timer_id[timer_index];
556 timer_index = 0;
562 while (timer_index < ps_timer_info->guard_to_count)
564 ps_timer_info->guard_to_value[timer_index] = 0;
565 ps_timer_info->iframe_send_count[timer_index] = 0;
567 timer_index
[all...]
H A DphLlcNfc_Frame.c1005 uint8_t timer_index = 0; local
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 >
[all...]

Completed in 43 milliseconds