forked from Imagelibrary/rtems
rtems: Canonicalize task event file documentation
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
*
|
||||
* @ingroup ClassicEventImpl
|
||||
*
|
||||
* @brief Classic Event Manager Data Structures
|
||||
* @brief This header file provides the API used by the Application
|
||||
* Configuration to define the configured Thread Control Block (TCB).
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2008.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* @ingroup ClassicEventImpl
|
||||
*
|
||||
* @brief Classic Event Manager Implementation
|
||||
* @brief This header file provides interfaces used by the event implementation.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2008.
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief Event MP Support
|
||||
* @ingroup ClassicEventMP
|
||||
* @ingroup ClassicEventMP
|
||||
*
|
||||
* @brief This source file contains the implementation of the task event MPCI
|
||||
* support.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicEventSet Event Set
|
||||
* @ingroup ClassicEventImpl
|
||||
*
|
||||
* @brief Constant used to receive the set of currently pending events in
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_event_receive().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicEvent Events
|
||||
* @ingroup ClassicEventImpl
|
||||
*
|
||||
* @brief Event Manager Initialization
|
||||
* @brief This source file contains the implementation of
|
||||
* _Event_Seize() and the task event MPCI support system initialization.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief Sends an Event Set to the Target Task
|
||||
* @ingroup ClassicEvent
|
||||
* @ingroup ClassicEventImpl
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_event_send().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief Surrender Event
|
||||
* @ingroup ClassicEvent
|
||||
* @ingroup ClassicEventImpl
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* _Event_Surrender().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicEventSystem
|
||||
* @ingroup ClassicEventImpl
|
||||
*
|
||||
* @brief rtems_event_system_receive() implementation.
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_event_system_receive().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicEventSystem
|
||||
* @ingroup ClassicEventImpl
|
||||
*
|
||||
* @brief rtems_event_system_send() implementation.
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_event_system_send().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user