Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/low_power/
Dtx_low_power.c91 ULONG tx_low_power_next_expiration; /* The next timer experation (units of ThreadX timer ticks)… in tx_low_power_enter() local
108 timers_active = tx_timer_get_next(&tx_low_power_next_expiration); in tx_low_power_enter()
133 tx_low_power_next_expiration = 0xFFFFFFFF; in tx_low_power_enter()
141 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.3.0/ports_arch/ARMv7-M/threadx/iar/
Dtx_low_power.c86 ULONG tx_low_power_next_expiration; in tx_low_power_enter() local
112 any_expired = tx_timer_get_next(&tx_low_power_next_expiration); in tx_low_power_enter()
127 TX_LOW_POWER_USER_TIMER_SETUP(any_expired, tx_low_power_next_expiration); in tx_low_power_enter()