Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/low_power/
Dtx_low_power.c92 ULONG timers_active; in tx_low_power_enter() local
108 timers_active = tx_timer_get_next(&tx_low_power_next_expiration); in tx_low_power_enter() local
129 if (timers_active == TX_FALSE) in tx_low_power_enter()
134 timers_active = TX_TRUE; in tx_low_power_enter()
138 if (timers_active == TX_TRUE) in tx_low_power_enter()
Dlow_power.md419 ULONG timers_active;
426 timers_active = tx_timer_get_next(&tx_low_power_next_expiration);