Searched defs:zero_to_index (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nxp/src/
H A DphLlcNfc_Timer.c615 /* 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 80 milliseconds