Home | History | Annotate | Download | only in src

Lines Matching defs:start_index

372             uint8_t             start_index = 0;
383 while (start_index < no_of_guard_to_del)
386 ps_timer_info->guard_to_value[start_index] = (uint16_t)
388 (no_of_guard_to_del + start_index)]);
390 ps_timer_info->iframe_send_count[start_index] = (uint8_t)
392 (no_of_guard_to_del + start_index)]);
394 PH_LLCNFC_DEBUG("GUARD TIMER NS INDEX DELETED : 0x%02X\n", ps_timer_info->timer_ns_value[start_index]);
396 ps_timer_info->timer_ns_value[start_index] = (uint8_t)
398 (no_of_guard_to_del + start_index)]);
400 ps_timer_info->frame_type[start_index] = (uint8_t)
402 (no_of_guard_to_del + start_index)]);
404 start_index = (uint8_t)(start_index + 1);
409 while (start_index < no_of_guard_to_del)
411 ps_timer_info->guard_to_value[start_index] = 0;
413 ps_timer_info->iframe_send_count[start_index] = 0;
415 PH_LLCNFC_DEBUG("GUARD TIMER NS INDEX DELETED ELSE : 0x%02X\n", ps_timer_info->timer_ns_value[start_index]);
417 ps_timer_info->timer_ns_value[start_index] = 0;
419 ps_timer_info->frame_type[start_index] = 0;
421 start_index = (uint8_t)(start_index + 1);
683 uint8_t start_index = 0;
692 while ((FALSE == while_exit) && (start_index < timer_count))
695 ps_timer_info->frame_type[start_index])
701 start_index = (uint8_t)(start_index + 1);