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

/external/libnfc-nxp/src/
H A DphLlcNfc_Timer.c185 phLlcNfc_Timerinfo_t *ps_timer_info = NULL; local
187 ps_timer_info = &(gpphLlcNfc_Ctxt->s_timerinfo);
198 GET_BITS8(ps_timer_info->timer_flag,
205 SET_BITS8 (ps_timer_info->timer_flag,
211 timerid = ps_timer_info->timer_id[PH_LLCNFC_CONNECTION_TO_INDEX];
213 timer_resolution = ps_timer_info->con_to_value = (uint16_t)
220 if (ps_timer_info->guard_to_count < PH_LLCNFC_MAX_GUARD_TIMER)
222 timer_count = ps_timer_info->guard_to_count;
230 GET_BITS8 (ps_timer_info->timer_flag,
241 ps_timer_info
354 phLlcNfc_Timerinfo_t *ps_timer_info = NULL; local
508 phLlcNfc_Timerinfo_t *ps_timer_info = NULL; local
611 phLlcNfc_Timerinfo_t *ps_timer_info = NULL; local
835 phLlcNfc_Timerinfo_t *ps_timer_info = NULL; local
904 phLlcNfc_Timerinfo_t *ps_timer_info = NULL; local
[all...]
H A DphLlcNfc_Frame.c985 phLlcNfc_Timerinfo_t *ps_timer_info = NULL; local
1009 ps_timer_info = &(psLlcCtxt->s_timerinfo);
1012 timer_index = ps_timer_info->index_to_send;
1013 timer_count = ps_timer_info->guard_to_count;
1014 ns_index = ps_timer_info->timer_ns_value[timer_index];
1020 PH_LLCNFC_DEBUG("SEND TIMEOUT CALL frame type : 0x%02X\n", ps_timer_info->frame_type[timer_index]);
1022 if (resend_i_frame == ps_timer_info->frame_type[timer_index])
1074 ps_timer_info->iframe_send_count[timer_index] = (uint8_t)
1075 (ps_timer_info->iframe_send_count[timer_index] + 1);
1081 PH_LLCNFC_DEBUG("SEND TIMEOUT CALL GUARD TO VALUE : 0x%02X\n", ps_timer_info
[all...]

Completed in 135 milliseconds