Home
last modified time | relevance | path

Searched refs:tx_low_power_next_expiration (Results 1 – 3 of 3) sorted by relevance

/ThreadX-v6.4.1/utility/low_power/
Dtx_low_power.c90 ULONG tx_low_power_next_expiration; /* The next timer experation (units of ThreadX timer ticks)… in tx_low_power_enter() local
107 timers_active = tx_timer_get_next(&tx_low_power_next_expiration); in tx_low_power_enter()
132 tx_low_power_next_expiration = 0xFFFFFFFF; in tx_low_power_enter()
140 TX_LOW_POWER_TIMER_SETUP(tx_low_power_next_expiration); in tx_low_power_enter()
Dlow_power.md64 VOID TX_LOW_POWER_TIMER_SETUP(ULONG tx_low_power_next_expiration);
69 - *tx_low_power_next_expiration* - the number of ticks to configure the low power timer.
75 …ICKLESS** is not defined and there are no timers active, the *tx_low_power_next_expiration* parame…
231 …timer source such that the next timer interrupt is equal to: *tx_low_power_next_expiration \* tick…
418 ULONG tx_low_power_next_expiration; /* The next timer expiration (units of ThreadX timer ticks)…
426 timers_active = tx_timer_get_next(&tx_low_power_next_expiration);
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/iar/
Dtx_low_power.c85 ULONG tx_low_power_next_expiration; in tx_low_power_enter() local
111 any_expired = tx_timer_get_next(&tx_low_power_next_expiration); in tx_low_power_enter()
126 TX_LOW_POWER_USER_TIMER_SETUP(any_expired, tx_low_power_next_expiration); in tx_low_power_enter()