/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/ |
D | os.h | 671 EventMaskType events; member 792 EventMaskType events; member 923 AlarmType CreateAlarm(const CHAR *name, CounterType cntr, UINT action, ULONG events,
|
D | tx_osek.c | 2758 if ((tcb_ptr->events == 0u) || (tcb_ptr->task_type == BASIC)) in SetEvent() 2908 if ((tcb_ptr->events == 0u) || (tcb_ptr->task_type == BASIC)) in ClearEvent() 2994 if ((tcb_ptr->events == 0u) || (tcb_ptr->task_type == BASIC)) in GetEvent() 3103 if ((tcb_ptr->events == 0u) || (tcb_ptr->task_type == BASIC)) in WaitEvent() 3273 tcb_ptr->events = tcb_ptr->events | eventid; in RegisterEventtoTask() 4298 if ((tcb_ptr->events == 0u) || (tcb_ptr->task_type == BASIC)) in IncrCounter() 4310 tcb_ptr->set_events = tcb_ptr->set_events | (this_alarm->events); in IncrCounter() 4528 AlarmType CreateAlarm(const CHAR *name, CounterType cntr, UINT action, ULONG events, TaskType task, in CreateAlarm() argument 4575 if((events == 0u) || (task == 0u) || (callback != TX_NULL)) in CreateAlarm() 4602 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.4.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.4.1/ports_arch/ARMv7-M/threadx/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.4.1/ |
D | CONTRIBUTING.md | 17 * TraceX - analysis tool that provides a graphical view of real-time system events to better unders…
|
/ThreadX-v6.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.1/ports_smp/cortex_a7_smp/gnu/example_build/ |
D | v7.S | 490 B goToSleep @ Catch in case of rogue events
|
/ThreadX-v6.4.1/ports/cortex_r4/iar/ |
D | readme_threadx.txt | 134 … performance on timer events and smaller RAM requirements
|
/ThreadX-v6.4.1/ports/cortex_r5/iar/ |
D | readme_threadx.txt | 134 … performance on timer events and smaller RAM requirements
|