Searched refs:ps_timer_info (Results 1 – 2 of 2) sorted by relevance
185 phLlcNfc_Timerinfo_t *ps_timer_info = NULL; in phLlcNfc_StartTimers() local187 ps_timer_info = &(gpphLlcNfc_Ctxt->s_timerinfo); in phLlcNfc_StartTimers()198 GET_BITS8(ps_timer_info->timer_flag, in phLlcNfc_StartTimers()205 SET_BITS8 (ps_timer_info->timer_flag, in phLlcNfc_StartTimers()211 timerid = ps_timer_info->timer_id[PH_LLCNFC_CONNECTION_TO_INDEX]; in phLlcNfc_StartTimers()213 timer_resolution = ps_timer_info->con_to_value = (uint16_t) in phLlcNfc_StartTimers()220 if (ps_timer_info->guard_to_count < PH_LLCNFC_MAX_GUARD_TIMER) in phLlcNfc_StartTimers()222 timer_count = ps_timer_info->guard_to_count; in phLlcNfc_StartTimers()230 GET_BITS8 (ps_timer_info->timer_flag, in phLlcNfc_StartTimers()241 ps_timer_info->timer_flag = (uint8_t) in phLlcNfc_StartTimers()[all …]
985 phLlcNfc_Timerinfo_t *ps_timer_info = NULL; in phLlcNfc_H_SendTimedOutIFrame() local1009 ps_timer_info = &(psLlcCtxt->s_timerinfo); in phLlcNfc_H_SendTimedOutIFrame()1012 timer_index = ps_timer_info->index_to_send; in phLlcNfc_H_SendTimedOutIFrame()1013 timer_count = ps_timer_info->guard_to_count; in phLlcNfc_H_SendTimedOutIFrame()1014 ns_index = ps_timer_info->timer_ns_value[timer_index]; in phLlcNfc_H_SendTimedOutIFrame()1020 …PH_LLCNFC_DEBUG("SEND TIMEOUT CALL frame type : 0x%02X\n", ps_timer_info->frame_type[timer_index]); in phLlcNfc_H_SendTimedOutIFrame()1022 if (resend_i_frame == ps_timer_info->frame_type[timer_index]) in phLlcNfc_H_SendTimedOutIFrame()1074 ps_timer_info->iframe_send_count[timer_index] = (uint8_t) in phLlcNfc_H_SendTimedOutIFrame()1075 (ps_timer_info->iframe_send_count[timer_index] + 1); in phLlcNfc_H_SendTimedOutIFrame()1081 …PH_LLCNFC_DEBUG("SEND TIMEOUT CALL GUARD TO VALUE : 0x%02X\n", ps_timer_info->guard_to_value[(time… in phLlcNfc_H_SendTimedOutIFrame()[all …]