Home
last modified time | relevance | path

Searched refs:tx_timer_get_next (Results 1 – 5 of 5) sorted by relevance

/ThreadX-v6.4.1/utility/low_power/
Dtx_low_power.h54 ULONG tx_timer_get_next(ULONG *next_timer_tick_ptr);
Dtx_low_power.c107 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
Dlow_power.md211 - ```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_next
386 ## tx_timer_get_next section
393 ULONG tx_timer_get_next(ULONG *next_timer_tick_ptr); argument
425 accomplished via the tx_timer_get_next API. */ argument
426 timers_active = tx_timer_get_next(&tx_low_power_next_expiration);
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/iar/
Dtx_low_power.h55 ULONG tx_timer_get_next(ULONG *next_timer_tick_ptr);
Dtx_low_power.c111 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