Files
rtems/testsuites/sptests/speventtransient01/speventtransient01.doc
T
Sebastian Huber 0edf263139 rtems: Add system events
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).
2012-10-30 18:03:02 +01:00

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.