OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:zero_to_index
(Results
1 - 1
of
1
) sorted by null
/external/libnfc-nxp/src/
phLlcNfc_Timer.c
615
/*
zero_to_index
= Time out index has become 0 */
616
uint8_t
zero_to_index
= 0;
local
680
zero_to_index
= index;
698
PH_LLCNFC_DEBUG("TIMER EXPIRED INDEX: 0x%02X\n",
zero_to_index
);
699
PH_LLCNFC_DEBUG("TIMER EXPIRED NS INDEX: 0x%02X\n", ps_timer_info->timer_ns_value[
zero_to_index
]);
700
PH_LLCNFC_DEBUG("TIMER EXPIRED RETRIES : 0x%02X\n", ps_timer_info->iframe_send_count[
zero_to_index
]);
702
PH_LLCNFC_DEBUG("TIMER EXPIRED GUARD TIME-OUT COUNT: 0x%02X\n", ps_timer_info->guard_to_value[
zero_to_index
]);
704
if ((0 == ps_timer_info->guard_to_value[
zero_to_index
]) &&
705
(ps_timer_info->iframe_send_count[
zero_to_index
] <
742
ps_timer_info->index_to_send =
zero_to_index
;
[
all
...]
Completed in 341 milliseconds