mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 13:07:52 +08:00
System events are similar to normal events. They offer a second set of events. These events are intended for internal RTEMS use and should not be used by applications (with the exception of the transient system event).
14 lines
286 B
Plaintext
14 lines
286 B
Plaintext
This file describes the directives and concepts tested by this test set.
|
|
|
|
test set name: speventtransient01
|
|
|
|
directives:
|
|
|
|
- rtems_event_transient_send()
|
|
- rtems_event_transient_receive()
|
|
- rtems_event_transient_clear()
|
|
|
|
concepts:
|
|
|
|
Ensure that the Classic Transient Event works.
|