HomeSort by relevance Sort by last modified time
    Searched refs:guard_to_value (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nxp/src/
phLlcNfc_Timer.c 252 ps_timer_info->guard_to_value[timer_count] = (uint16_t)
260 (ps_timer_info->guard_to_value[(timer_count - 1)] >=
267 ps_timer_info->guard_to_value[timer_count] = (uint16_t)
268 (ps_timer_info->guard_to_value[(timer_count - 1)] +
272 PH_LLCNFC_DEBUG("GUARD TIMER VALUE : 0x%04X\n", ps_timer_info->guard_to_value[timer_count]);
391 ps_timer_info->guard_to_value[start_index] = (uint16_t)
392 (ps_timer_info->guard_to_value[
416 ps_timer_info->guard_to_value[start_index] = 0;
564 ps_timer_info->guard_to_value[timer_index] = 0;
650 if (0 != ps_timer_info->guard_to_value[index]
    [all...]
phLlcNfc_DataTypes.h 482 uint16_t guard_to_value[PH_LLCNFC_MAX_ACK_GUARD_TIMER]; member in struct:phLlcNfc_Timerinfo
phLlcNfc_Frame.c     [all...]

Completed in 2394 milliseconds