Home
last modified time | relevance | path

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

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