Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/iar/
Dtx_low_power.c191 ULONG tx_low_power_adjust_ticks; in tx_low_power_exit() local
213 tx_low_power_adjust_ticks = TX_LOW_POWER_USER_TIMER_ADJUST; in tx_low_power_exit()
215 tx_low_power_adjust_ticks = (ULONG)0; in tx_low_power_exit()
219 if (tx_low_power_adjust_ticks) in tx_low_power_exit()
224 tx_time_increment(tx_low_power_adjust_ticks); in tx_low_power_exit()
/ThreadX-v6.4.1/utility/low_power/
Dtx_low_power.c209 ULONG tx_low_power_adjust_ticks; in tx_low_power_exit() local
229 tx_low_power_adjust_ticks = TX_LOW_POWER_USER_TIMER_ADJUST; in tx_low_power_exit()
231 tx_low_power_adjust_ticks = (ULONG) 0; in tx_low_power_exit()
235 if (tx_low_power_adjust_ticks) in tx_low_power_exit()
238 tx_time_increment(tx_low_power_adjust_ticks); in tx_low_power_exit()
Dlow_power.md177 - *tx_low_power_adjust_ticks*
367 tx_low_power_adjust_ticks = TX_LOW_POWER_USER_TIMER_ADJUST;
369 tx_low_power_adjust_ticks = (ULONG) 0;
373 if (tx_low_power_adjust_ticks)
376 tx_time_increment(tx_low_power_adjust_ticks);