Home | History | Annotate | Download | only in src

Lines Matching defs:start_index

377             uint8_t             start_index = 0;
388 while (start_index < (timer_count - no_of_guard_to_del))
391 ps_timer_info->guard_to_value[start_index] = (uint16_t)
393 (no_of_guard_to_del + start_index)]);
395 ps_timer_info->iframe_send_count[start_index] = (uint8_t)
397 (no_of_guard_to_del + start_index)]);
399 PH_LLCNFC_DEBUG("GUARD TIMER NS INDEX DELETED : 0x%02X\n", ps_timer_info->timer_ns_value[start_index]);
401 ps_timer_info->timer_ns_value[start_index] = (uint8_t)
403 (no_of_guard_to_del + start_index)]);
405 ps_timer_info->frame_type[start_index] = (uint8_t)
407 (no_of_guard_to_del + start_index)]);
409 start_index = (uint8_t)(start_index + 1);
414 while (start_index < no_of_guard_to_del)
416 ps_timer_info->guard_to_value[start_index] = 0;
418 ps_timer_info->iframe_send_count[start_index] = 0;
420 PH_LLCNFC_DEBUG("GUARD TIMER NS INDEX DELETED ELSE : 0x%02X\n", ps_timer_info->timer_ns_value[start_index]);
422 ps_timer_info->timer_ns_value[start_index] = 0;
424 ps_timer_info->frame_type[start_index] = 0;
426 start_index = (uint8_t)(start_index + 1);
710 uint8_t start_index = 0;
718 while ((FALSE == while_exit) && (start_index < timer_count))
721 ps_timer_info->frame_type[start_index])
727 start_index = (uint8_t)(start_index + 1);
751 ps_timer_info->index_to_send = start_index;