Home
last modified time | relevance | path

Searched refs:TX_TIMER_TICKS_PER_SECOND (Results 1 – 9 of 9) sorted by relevance

/ThreadX-v6.4.1/ports/c667x/ccs/inc/
Dtx_port.h130 #ifndef TX_TIMER_TICKS_PER_SECOND
131 #define TX_TIMER_TICKS_PER_SECOND (100UL) macro
/ThreadX-v6.4.1/ports_smp/linux/gnu/src/
Dtx_initialize_low_level.c341 timer_periodic_sec = 1 / TX_TIMER_TICKS_PER_SECOND; in _tx_linux_timer_interrupt()
342 timer_periodic_nsec = 1000000000 / TX_TIMER_TICKS_PER_SECOND; in _tx_linux_timer_interrupt()
/ThreadX-v6.4.1/ports_smp/linux/gnu/inc/
Dtx_port.h663 #ifndef TX_TIMER_TICKS_PER_SECOND
664 #define TX_TIMER_TICKS_PER_SECOND 100UL macro
/ThreadX-v6.4.1/ports/linux/gnu/src/
Dtx_initialize_low_level.c329 timer_periodic_nsec = 1000000000 / TX_TIMER_TICKS_PER_SECOND; in _tx_linux_timer_interrupt()
/ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/example_build/sample_threadx/
Dtx_zynqmp_low_level.c388 tx_timer_delay = CNTFRQ_READ() / TX_TIMER_TICKS_PER_SECOND; in _tx_platform_initialize_low_level()
/ThreadX-v6.4.1/utility/low_power/
Dlow_power.md77 …function. The frequency of a ThreadX timer tick is defined in **TX_TIMER_TICKS_PER_SECOND** (typic…
98 ticks/TX_TIMER_TICKS_PER_SECOND seconds. */
198 actual_ticks_slept = elapsed_time_in_ms / (1000/TX_TIMER_TICKS_PER_SECOND);
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h325 #ifndef TX_TIMER_TICKS_PER_SECOND
326 #define TX_TIMER_TICKS_PER_SECOND (100UL) macro
/ThreadX-v6.4.1/common/inc/
Dtx_api.h324 #ifndef TX_TIMER_TICKS_PER_SECOND
325 #define TX_TIMER_TICKS_PER_SECOND (100UL) macro
/ThreadX-v6.4.1/docs/
Drevision_history.txt237 TX_TIMER_TICKS_PER_SECOND for use by
1503TX_TIMER_TICKS_PER_SECOND for use by other middleware