RTEMS
Files | Functions | Variables
spec:/req/rtems/event/val/event

Tests an event constant and number of the Event Manager using the Classic and system event sets of the executing task. More...

Files

file  tr-event.c
 
file  tr-event.h
 

Functions

static void ReqRtemsEventValEvent_Wrap (rtems_event_set event, int number)
 
void ReqRtemsEventValEvent_Run (rtems_event_set event, int number)
 Runs the parameterized test case. More...
 

Variables

static T_fixture_node ReqRtemsEventValEvent_Node
 

Detailed Description

Tests an event constant and number of the Event Manager using the Classic and system event sets of the executing task.

This test case performs the following actions:

Function Documentation

◆ ReqRtemsEventValEvent_Run()

void ReqRtemsEventValEvent_Run ( rtems_event_set  event,
int  number 
)

Runs the parameterized test case.

Parameters
eventis the event constant.
numberis the event number.

Definition at line 321 of file tr-event.c.