Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/low_power/
Dtx_low_power.c292 TX_TIMER_INTERNAL **timer_list_head; in tx_timer_get_next() local
303 timer_list_head = _tx_timer_current_ptr; in tx_timer_get_next() local
310 if (*timer_list_head) in tx_timer_get_next()
313 next_timer = *timer_list_head; in tx_timer_get_next()
340 } while (next_timer != *timer_list_head); in tx_timer_get_next()
344 timer_list_head++; in tx_timer_get_next()
347 if (timer_list_head >= _tx_timer_list_end) in tx_timer_get_next()
350 timer_list_head = _tx_timer_list_start; in tx_timer_get_next()
418 TX_TIMER_INTERNAL **timer_list_head; in tx_time_increment() local
451 timer_list_head = _tx_timer_current_ptr; in tx_time_increment()
[all …]
/ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/iar/
Dtx_low_power.c278 TX_TIMER_INTERNAL **timer_list_head; in tx_timer_get_next() local
289 timer_list_head = _tx_timer_current_ptr; in tx_timer_get_next() local
297 if (*timer_list_head) in tx_timer_get_next()
301 next_timer = *timer_list_head; in tx_timer_get_next()
332 } while (next_timer != *timer_list_head); in tx_timer_get_next()
336 timer_list_head++; in tx_timer_get_next()
339 if (timer_list_head >= _tx_timer_list_end) in tx_timer_get_next()
343 timer_list_head = _tx_timer_list_start; in tx_timer_get_next()
413 TX_TIMER_INTERNAL **timer_list_head; in tx_time_increment() local
444 timer_list_head = _tx_timer_current_ptr; in tx_time_increment()
[all …]