Home
last modified time | relevance | path

Searched refs:temp_list_head (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/utility/low_power/
Dtx_low_power.c420 TX_TIMER_INTERNAL *temp_list_head; in tx_time_increment() local
454 temp_list_head = TX_NULL; in tx_time_increment()
492 if (temp_list_head == TX_NULL) in tx_time_increment()
495 temp_list_head = *timer_list_head; in tx_time_increment()
500 …(temp_list_head -> tx_timer_internal_active_previous) -> tx_timer_internal_active_next = *timer_l… in tx_time_increment()
503temp_list_head -> tx_timer_internal_active_previous = (*timer_list_head) -> tx_timer_internal_act… in tx_time_increment()
525 while (temp_list_head) in tx_time_increment()
528 next_timer = temp_list_head; in tx_time_increment()
531 temp_list_head = next_timer -> tx_timer_internal_active_next; in tx_time_increment()
/ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/iar/
Dtx_low_power.c415 TX_TIMER_INTERNAL *temp_list_head; in tx_time_increment() local
447 temp_list_head = TX_NULL; in tx_time_increment()
492 if (temp_list_head == TX_NULL) in tx_time_increment()
497 temp_list_head = *timer_list_head; in tx_time_increment()
504 …(temp_list_head -> tx_timer_internal_active_previous) -> tx_timer_internal_active_next = *timer_l… in tx_time_increment()
507temp_list_head -> tx_timer_internal_active_previous = (*timer_list_head) -> tx_timer_internal_act… in tx_time_increment()
530 while (temp_list_head) in tx_time_increment()
534 next_timer = temp_list_head; in tx_time_increment()
537 temp_list_head = next_timer -> tx_timer_internal_active_next; in tx_time_increment()