RTEMS
Files | Functions | Variables
spec:/rtems/event/req/event-constant

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-constant.c
 
file  tr-event-constant.h
 

Functions

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

Variables

static T_fixture_node RtemsEventReqEventConstant_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

◆ RtemsEventReqEventConstant_Run()

void RtemsEventReqEventConstant_Run ( rtems_event_set  event,
int  number 
)

Runs the parameterized test case.

Parameters
eventis the event constant.
numberis the event number.

Definition at line 339 of file tr-event-constant.c.