Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphLlcNfc_Timer.c255 ps_timer_info->timer_ns_value[timer_count] = ns_value; in phLlcNfc_StartTimers()
399 …LCNFC_DEBUG("GUARD TIMER NS INDEX DELETED : 0x%02X\n", ps_timer_info->timer_ns_value[start_index]); in phLlcNfc_StopTimers()
401 ps_timer_info->timer_ns_value[start_index] = (uint8_t) in phLlcNfc_StopTimers()
402 (ps_timer_info->timer_ns_value[ in phLlcNfc_StopTimers()
420 …_DEBUG("GUARD TIMER NS INDEX DELETED ELSE : 0x%02X\n", ps_timer_info->timer_ns_value[start_index]); in phLlcNfc_StopTimers()
422 ps_timer_info->timer_ns_value[start_index] = 0; in phLlcNfc_StopTimers()
699 … PH_LLCNFC_DEBUG("TIMER EXPIRED NS INDEX: 0x%02X\n", ps_timer_info->timer_ns_value[zero_to_index]); in phLlcNfc_GuardTimeoutCb()
DphLlcNfc_DataTypes.h488 uint8_t timer_ns_value[PH_LLCNFC_MAX_ACK_GUARD_TIMER]; member
DphLlcNfc_Frame.c1014 ns_index = ps_timer_info->timer_ns_value[timer_index]; in phLlcNfc_H_SendTimedOutIFrame()