Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/low_power/
Dtx_low_power.c210 ULONG tx_low_power_adjust_ticks; in tx_low_power_exit() local
230 tx_low_power_adjust_ticks = TX_LOW_POWER_USER_TIMER_ADJUST; in tx_low_power_exit()
232 tx_low_power_adjust_ticks = (ULONG) 0; in tx_low_power_exit()
236 if (tx_low_power_adjust_ticks) in tx_low_power_exit()
239 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);
/ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/iar/
Dtx_low_power.c192 ULONG tx_low_power_adjust_ticks; in tx_low_power_exit() local
214 tx_low_power_adjust_ticks = TX_LOW_POWER_USER_TIMER_ADJUST; in tx_low_power_exit()
216 tx_low_power_adjust_ticks = (ULONG)0; in tx_low_power_exit()
220 if (tx_low_power_adjust_ticks) in tx_low_power_exit()
225 tx_time_increment(tx_low_power_adjust_ticks); in tx_low_power_exit()