Searched refs:tx_low_power_next_expiration (Results 1 – 3 of 3) sorted by relevance
90 ULONG tx_low_power_next_expiration; /* The next timer experation (units of ThreadX timer ticks)… in tx_low_power_enter() local107 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()
64 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);
85 ULONG tx_low_power_next_expiration; in tx_low_power_enter() local111 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()