Searched refs:period (Results 1 – 18 of 18) sorted by relevance
| /ThreadX-v6.3.0/ports/arc_hs/metaware/example_build/sample_threadx/ |
| D | tx_initialize_low_level.s | 133 mov r0, 0x10000 ; Setup timer period 147 mov r0, 0x10020 ; Setup timer period
|
| /ThreadX-v6.3.0/ports/arc_em/metaware/example_build/sample_threadx/ |
| D | tx_initialize_low_level.s | 164 mov r0, 0x10000 ; Setup timer period 178 mov r0, 0x10020 ; Setup timer period
|
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/ |
| D | tx_freertos.c | 2291 p_timer->period = xTimerPeriod; in xTimerCreate() 2334 pxTimerBuffer->period = xTimerPeriod; in xTimerCreateStatic() 2482 ret = tx_timer_change(&xTimer->timer, xTimer->period, xTimer->period); in xTimerReset() 2484 ret = tx_timer_change(&xTimer->timer, xTimer->period, 0u); in xTimerReset() 2588 ret = tx_timer_change(&xTimer->timer, left, xTimer->period); in vTimerSetReloadMode() 2620 TickType_t period; in xTimerGetPeriod() local 2626 period = xTimer->period; in xTimerGetPeriod() 2630 return period; in xTimerGetPeriod()
|
| D | FreeRTOS.h | 241 uint32_t period; member
|
| /ThreadX-v6.3.0/ports/rxv1/gnu/ |
| D | readme_threadx.txt | 99 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
|
| /ThreadX-v6.3.0/ports/rxv1/iar/ |
| D | readme_threadx.txt | 96 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
|
| /ThreadX-v6.3.0/ports/rxv2/iar/ |
| D | readme_threadx.txt | 99 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
|
| /ThreadX-v6.3.0/ports/rxv1/ccrx/ |
| D | readme_threadx.txt | 99 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
|
| /ThreadX-v6.3.0/ports/rxv2/ccrx/ |
| D | readme_threadx.txt | 102 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
|
| /ThreadX-v6.3.0/ports/rxv2/gnu/ |
| D | readme_threadx.txt | 102 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
|
| /ThreadX-v6.3.0/ports/arm11/ac5/example_build/ |
| D | tx_initialize_low_level.s | 69 Timer1Period EQU 0x0000FFFF ; Timer1 count-down period, maximum value
|
| /ThreadX-v6.3.0/ports/arm9/ac5/example_build/ |
| D | tx_initialize_low_level.s | 69 Timer1Period EQU 0x0000FFFF ; Timer1 count-down period, maximum value
|
| /ThreadX-v6.3.0/ports/rxv3/gnu/ |
| D | readme_threadx.txt | 156 from within the callback of a periodic timer with a period of 100Hz. In the sample projects,
|
| /ThreadX-v6.3.0/ports/rxv3/iar/ |
| D | readme_threadx.txt | 156 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
|
| /ThreadX-v6.3.0/utility/benchmarks/thread_metric/ |
| D | thread_metric_readme.txt | 211 1. Time period should be 30 seconds. This will ensure the printf
|
| /ThreadX-v6.3.0/ports/rxv3/ccrx/ |
| D | readme_threadx.txt | 158 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
|
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | readme_threadx_posix.txt | 341 suspension period.
|
| /ThreadX-v6.3.0/ports_module/cortex_m23/ac6/example_build/ |
| D | ARMCM23_TZ_config.txt | 27 …_ms=0x32 # (int , init-time) default = '0x32' : Determines the period, in milliseconds o…
|