Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/iar/
Dtx_low_power.c277 TX_TIMER_INTERNAL **timer_list_head; in tx_timer_get_next() local
288 timer_list_head = _tx_timer_current_ptr; in tx_timer_get_next() local
296 if (*timer_list_head) in tx_timer_get_next()
300 next_timer = *timer_list_head; in tx_timer_get_next()
331 } while (next_timer != *timer_list_head); in tx_timer_get_next()
335 timer_list_head++; in tx_timer_get_next()
338 if (timer_list_head >= _tx_timer_list_end) in tx_timer_get_next()
342 timer_list_head = _tx_timer_list_start; in tx_timer_get_next()
412 TX_TIMER_INTERNAL **timer_list_head; in tx_time_increment() local
443 timer_list_head = _tx_timer_current_ptr; in tx_time_increment()
[all …]
/ThreadX-v6.4.1/utility/low_power/
Dtx_low_power.c291 TX_TIMER_INTERNAL **timer_list_head; in tx_timer_get_next() local
302 timer_list_head = _tx_timer_current_ptr; in tx_timer_get_next() local
309 if (*timer_list_head) in tx_timer_get_next()
312 next_timer = *timer_list_head; in tx_timer_get_next()
339 } while (next_timer != *timer_list_head); in tx_timer_get_next()
343 timer_list_head++; in tx_timer_get_next()
346 if (timer_list_head >= _tx_timer_list_end) in tx_timer_get_next()
349 timer_list_head = _tx_timer_list_start; in tx_timer_get_next()
417 TX_TIMER_INTERNAL **timer_list_head; in tx_time_increment() local
450 timer_list_head = _tx_timer_current_ptr; in tx_time_increment()
[all …]