/ThreadX-v6.2.1/utility/rtos_compatibility_layers/OSEK/ |
D | os.h | 672 EventMaskType events; member 793 EventMaskType events; member 924 AlarmType CreateAlarm(const CHAR *name, CounterType cntr, UINT action, ULONG events,
|
D | tx_osek.c | 2759 if ((tcb_ptr->events == 0u) || (tcb_ptr->task_type == BASIC)) in SetEvent() 2909 if ((tcb_ptr->events == 0u) || (tcb_ptr->task_type == BASIC)) in ClearEvent() 2995 if ((tcb_ptr->events == 0u) || (tcb_ptr->task_type == BASIC)) in GetEvent() 3104 if ((tcb_ptr->events == 0u) || (tcb_ptr->task_type == BASIC)) in WaitEvent() 3274 tcb_ptr->events = tcb_ptr->events | eventid; in RegisterEventtoTask() 4299 if ((tcb_ptr->events == 0u) || (tcb_ptr->task_type == BASIC)) in IncrCounter() 4311 tcb_ptr->set_events = tcb_ptr->set_events | (this_alarm->events); in IncrCounter() 4529 AlarmType CreateAlarm(const CHAR *name, CounterType cntr, UINT action, ULONG events, TaskType task, in CreateAlarm() argument 4576 if((events == 0u) || (task == 0u) || (callback != TX_NULL)) in CreateAlarm() 4603 if((task == 0u) || (events != 0u) || (callback != TX_NULL)) in CreateAlarm() [all …]
|
D | threadx_osek_readme.txt | 115 Maximum number of events: 32 223 per the OSEK specification an absolute maximum of 32 events can be created. 273 ULONG events,
|
/ThreadX-v6.2.1/ports/cortex_m3/ghs/ |
D | readme_threadx.txt | 43 To build a demonstration system that also logs events for the MULTI EventAnalyzer, 46 The resulting image will log all system events, which can then be displayed by the
|
/ThreadX-v6.2.1/ports/cortex_m7/ghs/ |
D | readme_threadx.txt | 43 To build a demonstration system that also logs events for the MULTI EventAnalyzer, 46 The resulting image will log all system events, which can then be displayed by the
|
/ThreadX-v6.2.1/ports/cortex_m4/ghs/ |
D | readme_threadx.txt | 43 To build a demonstration system that also logs events for the MULTI EventAnalyzer, 46 The resulting image will log all system events, which can then be displayed by the
|
/ThreadX-v6.2.1/ports_smp/cortex_r8_smp/ac5/example_build/sample_threadx/ |
D | MP_SCU.s | 56 B go_to_sleep ; Catch in case of rogue events
|
/ThreadX-v6.2.1/ports_smp/cortex_a9_smp/ac5/example_build/sample_threadx/ |
D | MP_SCU.s | 56 B go_to_sleep ; Catch in case of rogue events
|
/ThreadX-v6.2.1/ports_smp/mips32_interaptiv_smp/green/ |
D | readme_threadx.txt | 89 To build a demonstration system that also logs events for the MULTI EventAnalyzer, 92 The resulting image will log all system events, which can then be displayed by the
|
/ThreadX-v6.2.1/ports/cortex_r4/ghs/ |
D | readme_threadx.txt | 46 To build a demonstration system that also logs events for the MULTI EventAnalyzer, 49 The resulting image will log all system events, which can then be displayed by the 150 … performance on timer events and smaller RAM requirements
|
/ThreadX-v6.2.1/ports/cortex_r7/ghs/ |
D | readme_threadx.txt | 46 To build a demonstration system that also logs events for the MULTI EventAnalyzer, 49 The resulting image will log all system events, which can then be displayed by the 150 … performance on timer events and smaller RAM requirements
|
/ThreadX-v6.2.1/ports/cortex_r5/ghs/ |
D | readme_threadx.txt | 46 To build a demonstration system that also logs events for the MULTI EventAnalyzer, 49 The resulting image will log all system events, which can then be displayed by the 150 … performance on timer events and smaller RAM requirements
|
/ThreadX-v6.2.1/ports/cortex_a5/ghs/ |
D | readme_threadx.txt | 46 To build a demonstration system that also logs events for the MULTI EventAnalyzer, 49 The resulting image will log all system events, which can then be displayed by the 150 … performance on timer events and smaller RAM requirements
|
/ThreadX-v6.2.1/ports/cortex_a7/ghs/ |
D | readme_threadx.txt | 46 To build a demonstration system that also logs events for the MULTI EventAnalyzer, 49 The resulting image will log all system events, which can then be displayed by the 150 … performance on timer events and smaller RAM requirements
|
/ThreadX-v6.2.1/ports/cortex_a8/ghs/ |
D | readme_threadx.txt | 46 To build a demonstration system that also logs events for the MULTI EventAnalyzer, 49 The resulting image will log all system events, which can then be displayed by the 150 … performance on timer events and smaller RAM requirements
|
/ThreadX-v6.2.1/ports/cortex_a9/ghs/ |
D | readme_threadx.txt | 46 To build a demonstration system that also logs events for the MULTI EventAnalyzer, 49 The resulting image will log all system events, which can then be displayed by the 150 … performance on timer events and smaller RAM requirements
|
/ThreadX-v6.2.1/utility/rtos_compatibility_layers/FreeRTOS/ |
D | readme.md | 193 …ounter() | Not implemented since the idle task is not free-running but waiting for delete events. | 267 …ue to the way ThreadX deliver messages, it is possible that the order of events returned by `xQueu…
|
/ThreadX-v6.2.1/utility/benchmarks/thread_metric/ |
D | thread_metric_readme.txt | 8 of an RTOS. The test measures the total number of RTOS events
|
/ThreadX-v6.2.1/ports_smp/cortex_a7_smp/ac5/example_build/sample_threadx/ |
D | v7.s | 414 B goToSleep ; Catch in case of rogue events
|
/ThreadX-v6.2.1/ports_smp/cortex_a5_smp/ac5/example_build/sample_threadx/ |
D | v7.s | 414 B goToSleep ; Catch in case of rogue events
|
/ThreadX-v6.2.1/ports_smp/cortex_a7_smp/gnu/example_build/ |
D | v7.S | 490 B goToSleep @ Catch in case of rogue events
|
/ThreadX-v6.2.1/ports/cortex_r5/iar/ |
D | readme_threadx.txt | 134 … performance on timer events and smaller RAM requirements
|
/ThreadX-v6.2.1/ports/cortex_r4/iar/ |
D | readme_threadx.txt | 134 … performance on timer events and smaller RAM requirements
|
/ThreadX-v6.2.1/ports/cortex_a15/gnu/ |
D | readme_threadx.txt | 133 … performance on timer events and smaller RAM requirements
|
/ThreadX-v6.2.1/ports/cortex_r5/gnu/ |
D | readme_threadx.txt | 133 … performance on timer events and smaller RAM requirements
|