Searched refs:tx_timer_get_next (Results 1 – 5 of 5) sorted by relevance
54 ULONG tx_timer_get_next(ULONG *next_timer_tick_ptr);
107 timers_active = tx_timer_get_next(&tx_low_power_next_expiration); in tx_low_power_enter()286 ULONG tx_timer_get_next(ULONG *next_timer_tick_ptr) in tx_timer_get_next() function
211 - ```tx_timer_get_next``` - *Get next ThreadX timer expiration*231 1. A ThreadX timer is active. Function ```tx_timer_get_next``` returns **TX_TRUE**. Note that in th…233 2. There are no ThreadX timers active. Function ```tx_timer_get_next``` returns *TX_FALSE*.335 …d value. The value was derived by the application by calling the ```tx_timer_get_next``` function …345 …d value. The value was derived by the application by calling the ```tx_timer_get_next``` function …382 - tx_timer_get_next386 ## tx_timer_get_next section393 ULONG tx_timer_get_next(ULONG *next_timer_tick_ptr); argument425 accomplished via the tx_timer_get_next API. */ argument426 timers_active = tx_timer_get_next(&tx_low_power_next_expiration);
55 ULONG tx_timer_get_next(ULONG *next_timer_tick_ptr);
111 any_expired = tx_timer_get_next(&tx_low_power_next_expiration); in tx_low_power_enter()272 ULONG tx_timer_get_next(ULONG *next_timer_tick_ptr) in tx_timer_get_next() function