Home
last modified time | relevance | path

Searched refs:cycle (Results 1 – 25 of 29) sorted by relevance

12

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/
Dos.h543 TickType cycle; member
550 TickType cycle; member
770 TickType cycle; member
920 StatusType SetAbsAlarm(AlarmType AlarmID, TickType start, TickType cycle);
921 StatusType SetRelAlarm(AlarmType AlarmID, TickType increment, TickType cycle);
Dtx_osek.c4219 if (this_alarm->cycle != 0u) in IncrCounter()
4222 this_alarm->expiration_count += this_alarm->cycle; in IncrCounter()
4728 this_alarm->cycle = 0u; in CreateAlarm()
4755 this_alarm->cycle = Cycle; in CreateAlarm()
4890 StatusType SetAbsAlarm(AlarmType AlarmID, TickType start, TickType cycle) in SetAbsAlarm() argument
4899 service_SetAbsAlarm.cycle = cycle; in SetAbsAlarm()
4938 if (cycle != 0u) in SetAbsAlarm()
4940 if ((cycle < osek_alarm->min_cyc) || ( cycle > osek_alarm->max_allowed_value)) in SetAbsAlarm()
4952 osek_alarm->cycle = cycle; in SetAbsAlarm()
5013 StatusType SetRelAlarm(AlarmType AlarmID, TickType increment, TickType cycle) in SetRelAlarm() argument
[all …]
/ThreadX-v6.3.0/ports/cortex_m3/ghs/example_build/
Dtx_initialize_low_level.arm94 /* Enable the cycle count register. */
99 STR r1, [r0] ; Enable the cycle count register
/ThreadX-v6.3.0/ports/cortex_m4/ghs/example_build/
Dtx_initialize_low_level.arm94 /* Enable the cycle count register. */
99 STR r1, [r0] ; Enable the cycle count register
/ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ghs/example_build/
Dtx_initialize_low_level.arm94 /* Enable the cycle count register. */
99 STR r1, [r0] ; Enable the cycle count register
/ThreadX-v6.3.0/ports/cortex_m7/ghs/example_build/
Dtx_initialize_low_level.arm94 /* Enable the cycle count register. */
99 STR r1, [r0] ; Enable the cycle count register
/ThreadX-v6.3.0/ports/cortex_m3/iar/example_build/
Dtx_initialize_low_level.s105 STR r1, [r0] ; Enable the cycle count register
/ThreadX-v6.3.0/ports/cortex_m7/iar/example_build/
Dtx_initialize_low_level.s105 STR r1, [r0] ; Enable the cycle count register
/ThreadX-v6.3.0/ports/cortex_m4/iar/example_build/
Dtx_initialize_low_level.s105 STR r1, [r0] ; Enable the cycle count register
/ThreadX-v6.3.0/ports_module/cortex_m3/iar/example_build/
Dtx_initialize_low_level.s115 STR r1, [r0] ; Enable the cycle count register
/ThreadX-v6.3.0/ports/cortex_m0/gnu/example_build/
Dtx_initialize_low_level.S117 @ STR r1, [r0] @ Enable the cycle count register
/ThreadX-v6.3.0/ports_module/cortex_m3/gnu/example_build/
Dtx_initialize_low_level.S114 STR r1, [r0] @ Enable the cycle count register
/ThreadX-v6.3.0/ports/cortex_m0/ac6/example_build/sample_threadx/
Dtx_initialize_low_level.S101 @ STR r1, [r0] @ Enable the cycle count register
/ThreadX-v6.3.0/ports/cortex_m0/iar/example_build/
Dtx_initialize_low_level.s108 ; STR r1, [r0] ; Enable the cycle count register
/ThreadX-v6.3.0/ports/cortex_m3/ac6/example_build/sample_threadx/
Dtx_initialize_low_level.S121 STR r1, [r0] @ Enable the cycle count register
/ThreadX-v6.3.0/ports/cortex_m4/gnu/example_build/
Dtx_initialize_low_level.S127 STR r1, [r0] @ Enable the cycle count register
/ThreadX-v6.3.0/ports/cortex_m7/ac6/example_build/sample_threadx/
Dtx_initialize_low_level.S121 STR r1, [r0] @ Enable the cycle count register
/ThreadX-v6.3.0/ports/cortex_m4/ac6/example_build/sample_threadx/
Dtx_initialize_low_level.S121 STR r1, [r0] @ Enable the cycle count register
/ThreadX-v6.3.0/ports/cortex_m3/ac5/example_build/
Dtx_initialize_low_level.s160 ; STR r1, [r0] ; Enable the cycle count register
/ThreadX-v6.3.0/ports/cortex_m3/keil/example_build/
Dtx_initialize_low_level.s159 ; STR r1, [r0] ; Enable the cycle count register
/ThreadX-v6.3.0/ports/cortex_m4/keil/example_build/
Dtx_initialize_low_level.s179 ; STR r1, [r0] ; Enable the cycle count register
/ThreadX-v6.3.0/ports/cortex_m7/ac5/example_build/
Dtx_initialize_low_level.s169 ; STR r1, [r0] ; Enable the cycle count register
/ThreadX-v6.3.0/ports/cortex_m4/ac5/example_build/
Dtx_initialize_low_level.s163 ; STR r1, [r0] ; Enable the cycle count register
/ThreadX-v6.3.0/ports_module/cortex_m3/ac5/example_build/
Dtx_initialize_low_level.S183 ; STR r1, [r0] ; Enable the cycle count register
/ThreadX-v6.3.0/ports/cortex_m0/ac5/example_build/
Dtx_initialize_low_level.s159 ; STR r1, [r0] ; Enable the cycle count register

12