Home
last modified time | relevance | path

Searched refs:period (Results 1 – 18 of 18) sorted by relevance

/ThreadX-v6.4.1/ports/arc_hs/metaware/example_build/sample_threadx/
Dtx_initialize_low_level.s132 mov r0, 0x10000 ; Setup timer period
146 mov r0, 0x10020 ; Setup timer period
/ThreadX-v6.4.1/ports/arc_em/metaware/example_build/sample_threadx/
Dtx_initialize_low_level.s163 mov r0, 0x10000 ; Setup timer period
177 mov r0, 0x10020 ; Setup timer period
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c2301 p_timer->period = xTimerPeriod; in xTimerCreate()
2344 pxTimerBuffer->period = xTimerPeriod; in xTimerCreateStatic()
2492 ret = tx_timer_change(&xTimer->timer, xTimer->period, xTimer->period); in xTimerReset()
2494 ret = tx_timer_change(&xTimer->timer, xTimer->period, 0u); in xTimerReset()
2598 ret = tx_timer_change(&xTimer->timer, left, xTimer->period); in vTimerSetReloadMode()
2630 TickType_t period; in xTimerGetPeriod() local
2636 period = xTimer->period; in xTimerGetPeriod()
2640 return period; in xTimerGetPeriod()
DFreeRTOS.h240 uint32_t period; member
/ThreadX-v6.4.1/ports/rxv1/gnu/
Dreadme_threadx.txt99 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
/ThreadX-v6.4.1/ports/rxv1/iar/
Dreadme_threadx.txt96 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
/ThreadX-v6.4.1/ports/rxv2/iar/
Dreadme_threadx.txt99 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
/ThreadX-v6.4.1/ports/rxv1/ccrx/
Dreadme_threadx.txt99 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
/ThreadX-v6.4.1/ports/rxv2/ccrx/
Dreadme_threadx.txt102 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
/ThreadX-v6.4.1/ports/rxv2/gnu/
Dreadme_threadx.txt102 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
/ThreadX-v6.4.1/ports/arm9/ac5/example_build/
Dtx_initialize_low_level.s68 Timer1Period EQU 0x0000FFFF ; Timer1 count-down period, maximum value
/ThreadX-v6.4.1/ports/arm11/ac5/example_build/
Dtx_initialize_low_level.s68 Timer1Period EQU 0x0000FFFF ; Timer1 count-down period, maximum value
/ThreadX-v6.4.1/ports/rxv3/gnu/
Dreadme_threadx.txt156 from within the callback of a periodic timer with a period of 100Hz. In the sample projects,
/ThreadX-v6.4.1/ports/rxv3/iar/
Dreadme_threadx.txt156 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
/ThreadX-v6.4.1/utility/benchmarks/thread_metric/
Dthread_metric_readme.txt211 1. Time period should be 30 seconds. This will ensure the printf
/ThreadX-v6.4.1/ports/rxv3/ccrx/
Dreadme_threadx.txt158 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dreadme_threadx_posix.txt341 suspension period.
/ThreadX-v6.4.1/ports_module/cortex_m23/ac6/example_build/
DARMCM23_TZ_config.txt27 …_ms=0x32 # (int , init-time) default = '0x32' : Determines the period, in milliseconds o…