Home
last modified time | relevance | path

Searched refs:guard_to_value (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
DphLlcNfc_Timer.c252 ps_timer_info->guard_to_value[timer_count] = (uint16_t) in phLlcNfc_StartTimers()
260 (ps_timer_info->guard_to_value[(timer_count - 1)] >= in phLlcNfc_StartTimers()
267 ps_timer_info->guard_to_value[timer_count] = (uint16_t) in phLlcNfc_StartTimers()
268 (ps_timer_info->guard_to_value[(timer_count - 1)] + in phLlcNfc_StartTimers()
272 … PH_LLCNFC_DEBUG("GUARD TIMER VALUE : 0x%04X\n", ps_timer_info->guard_to_value[timer_count]); in phLlcNfc_StartTimers()
391 ps_timer_info->guard_to_value[start_index] = (uint16_t) in phLlcNfc_StopTimers()
392 (ps_timer_info->guard_to_value[ in phLlcNfc_StopTimers()
416 ps_timer_info->guard_to_value[start_index] = 0; in phLlcNfc_StopTimers()
564 ps_timer_info->guard_to_value[timer_index] = 0; in phLlcNfc_StopAllTimers()
650 if (0 != ps_timer_info->guard_to_value[index]) in phLlcNfc_GuardTimeoutCb()
[all …]
DphLlcNfc_Frame.c1081 …_DEBUG("SEND TIMEOUT CALL GUARD TO VALUE : 0x%02X\n", ps_timer_info->guard_to_value[(timer_index -… 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()
1095 ((ps_timer_info->guard_to_value[(timer_count - 1)] >= in phLlcNfc_H_SendTimedOutIFrame()
1097 (ps_timer_info->guard_to_value[(timer_count - 1)] + in phLlcNfc_H_SendTimedOutIFrame()
1102 ps_timer_info->guard_to_value[timer_index] = time_out_value; in phLlcNfc_H_SendTimedOutIFrame()
DphLlcNfc_DataTypes.h482 uint16_t guard_to_value[PH_LLCNFC_MAX_ACK_GUARD_TIMER]; member