RTEMS
Functions
systemeventsend.c File Reference

rtems_event_system_send() implementation. More...

#include <rtems/rtems/eventimpl.h>
#include <rtems/rtems/tasksdata.h>
#include <rtems/score/threadimpl.h>

Go to the source code of this file.

Functions

rtems_status_code rtems_event_system_send (rtems_id id, rtems_event_set event_in)
 Sends a system event set to a task. More...
 

Detailed Description

rtems_event_system_send() implementation.

Definition in file systemeventsend.c.

Function Documentation

◆ rtems_event_system_send()

rtems_status_code rtems_event_system_send ( rtems_id  id,
rtems_event_set  event_in 
)

Sends a system event set to a task.

Parameters
idis the identifier of the target task to receive the event set.
event_inis the event set to send.

Definition at line 31 of file systemeventsend.c.