mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
rtems: Canonicalize Doxygen @file comments
Use common phrases for the file brief descriptions. Update #3706.
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicASR
|
||||
*
|
||||
* @brief Classic ASR Implementation
|
||||
* @brief This header file provides the implementation interfaces of
|
||||
* the @ref RTEMSImplClassicASR support.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2008.
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicAttr
|
||||
*
|
||||
* @brief Classic Attributes Implementation
|
||||
* @brief This header file provides the implementation interfaces of
|
||||
* the @ref RTEMSImplClassicAttr support.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicBarrier
|
||||
*
|
||||
* @brief Classic Barrier Manager Implementation
|
||||
* @brief This header file provides the implementation interfaces of
|
||||
* the @ref RTEMSImplClassicBarrier.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicClock
|
||||
*
|
||||
* @brief This header file provides interfaces used by the Clock Manager
|
||||
* implementation.
|
||||
* @brief This header file provides the implementation interfaces of
|
||||
* the @ref RTEMSImplClassicClock.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2013.
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicDPMem
|
||||
*
|
||||
* @brief Dual Ported Memory Manager Implementation
|
||||
* @brief This header file provides the implementation interfaces of
|
||||
* the @ref RTEMSImplClassicDPMem
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2008.
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicEvent
|
||||
*
|
||||
* @brief This header file provides interfaces used by the event implementation.
|
||||
* @brief This header file provides the implementation interfaces of
|
||||
* the @ref RTEMSImplClassicEvent.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2008.
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicEventMP
|
||||
*
|
||||
* This include file contains all the constants and structures associated
|
||||
* with the Multiprocessing Support in the Event Manager.
|
||||
* @brief This header file provides the implementation interfaces of the
|
||||
* @ref RTEMSImplClassicEventMP.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2013.
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicMessage
|
||||
*
|
||||
* @brief Classic Message Queue Manager Implementation
|
||||
* @brief This header file provides the implementation interfaces of
|
||||
* the @ref RTEMSImplClassicMessage.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2008.
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicModes
|
||||
*
|
||||
* @brief Classic Modes Implementation
|
||||
* @brief This header file provides the implementation interfaces of
|
||||
* the @ref RTEMSImplClassicModes support.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2008.
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicMP
|
||||
* @ingroup RTEMSImplClassic
|
||||
*
|
||||
* This include file contains all the constants and structures associated
|
||||
* with the Multiprocessing Manager.
|
||||
* @brief This header file provides parts of the multiprocessing (MP) API.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2013.
|
||||
@@ -21,7 +20,7 @@
|
||||
#include <rtems/score/mppkt.h>
|
||||
|
||||
/**
|
||||
* @defgroup ClassicMP Multiprocessing
|
||||
* @defgroup RTEMSAPIClassicMP Multiprocessing
|
||||
*
|
||||
* @ingroup RTEMSAPIClassic
|
||||
*
|
||||
|
||||
@@ -3,10 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicMessageMP
|
||||
*
|
||||
* @brief Message Manager MP Support
|
||||
*
|
||||
* This include file contains all the constants and structures associated
|
||||
* with the Multiprocessing Support in the Message Manager.
|
||||
* @brief This header file provides the implementation interfaces of the
|
||||
* @ref RTEMSImplClassicMessageMP.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2013.
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicObject
|
||||
*
|
||||
* @brief Implementation Interfaces for Classic Objects
|
||||
* @brief This header file provides the implementation interfaces of
|
||||
* the @ref RTEMSImplClassicObject.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicOptions
|
||||
*
|
||||
* @brief Classic Options Implementation
|
||||
* @brief This header file provides the implementation interfaces of
|
||||
* the @ref RTEMSImplClassicOptions support.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2008.
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicPartition
|
||||
*
|
||||
* @brief This header file provides interfaces used by the Partition Manager
|
||||
* implementation.
|
||||
* @brief This header file provides the implementation interfaces of
|
||||
* the @ref RTEMSImplClassicPartition.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2008.
|
||||
|
||||
@@ -3,10 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicPartitionMP
|
||||
*
|
||||
* @brief MP Support in Partition Manager
|
||||
*
|
||||
* This include file contains all the constants and structures associated
|
||||
* with the Multiprocessing Support in the Partition Manager.
|
||||
* @brief This header file provides the implementation interfaces of the
|
||||
* @ref RTEMSImplClassicPartitionMP.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2013.
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicRateMonotonic
|
||||
*
|
||||
* @brief Classic Rate Monotonic Scheduler Implementation
|
||||
* @brief This header file provides the implementation interfaces of
|
||||
* the @ref RTEMSImplClassicRateMonotonic.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2008.
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicRegion
|
||||
*
|
||||
* @brief Classic Region Manager Implementation
|
||||
* @brief This header file provides the implementation interfaces of
|
||||
* the @ref RTEMSImplClassicRegion.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2008.
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicSemaphore
|
||||
*
|
||||
* @brief Classic Semaphore Manager Implementation
|
||||
* @brief This header file provides the implementation interfaces of
|
||||
* the @ref RTEMSImplClassicSemaphore.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2008.
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicSemaphoreMP
|
||||
*
|
||||
* This include file contains all the constants and structures associated
|
||||
* with the Multiprocessing Support in the Semaphore Manager.
|
||||
* @brief This header file provides the implementation interfaces of the
|
||||
* @ref RTEMSImplClassicSemaphoreMP.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2013.
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicSignal
|
||||
*
|
||||
* @brief Signals Implementation
|
||||
* @brief This header file provides the implementation interfaces of
|
||||
* the @ref RTEMSImplClassicSignal.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2008.
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicSignalMP
|
||||
*
|
||||
* This include file contains all the constants and structures associated
|
||||
* with the Multiprocessing Support in the Signal Manager.
|
||||
* @brief This header file provides the implementation interfaces of the
|
||||
* @ref RTEMSImplClassicSignalMP.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2013.
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicStatus
|
||||
*
|
||||
* @brief Classic Status Implementation
|
||||
* @brief This header file provides the implementation interfaces of
|
||||
* the @ref RTEMSImplClassicStatus support.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2008.
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicTaskMP
|
||||
*
|
||||
* This include file contains all the constants and structures associated
|
||||
* with the multiprocessing support in the task manager.
|
||||
* @brief This header file provides the implementation interfaces of the
|
||||
* @ref RTEMSImplClassicTaskMP.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2013.
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicTask
|
||||
*
|
||||
* @brief Classic Tasks Manager Implementation
|
||||
* @brief This header file provides the implementation interfaces of
|
||||
* the @ref RTEMSImplClassicTask.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2014.
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicTimer
|
||||
*
|
||||
* @brief Classic Timer Implementation
|
||||
* @brief This header file provides the implementation interfaces of
|
||||
* the @ref RTEMSImplClassicTimer.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicBarrier
|
||||
* @ingroup RTEMSImplClassicBarrier
|
||||
*
|
||||
* @brief Classic Barrier Information with Zero Objects
|
||||
* @brief This source file contains a definition of the ::_Barrier_Information
|
||||
* with zero objects.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicBarrier Barriers
|
||||
* @ingroup RTEMSImplClassicBarrier
|
||||
*
|
||||
* @brief RTEMS Create Barrier
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_barrier_create() and the Barrier Manager system initialization.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Delete Barrier
|
||||
* @ingroup ClassicBarrier
|
||||
* @ingroup RTEMSImplClassicBarrier
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_barrier_delete().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicBarrier
|
||||
*
|
||||
* @brief rtems_barrier_ident() Implementation
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_barrier_ident().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicBarrier Barriers
|
||||
* @ingroup RTEMSImplClassicBarrier
|
||||
*
|
||||
* @brief RTEMS Barrier Release
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_barrier_release().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Barrier Wait
|
||||
* @ingroup ClassicBarrier
|
||||
* @ingroup RTEMSImplClassicBarrier
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_barrier_wait().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief Obtain Seconds Since Epoch
|
||||
* @ingroup ClassicClock
|
||||
* @ingroup RTEMSImplClassicClock
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_clock_get_seconds_since_epoch().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief Obtain Ticks Per Seconds
|
||||
* @ingroup ClassicClock
|
||||
* @ingroup RTEMSImplClassicClock
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_clock_get_ticks_per_second().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicClock Clocks
|
||||
* @ingroup RTEMSImplClassicClock
|
||||
*
|
||||
* @brief Obtain Current Time of Day (Classic TOD)
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_clock_get_tod().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief Obtain TOD in struct timeval Format
|
||||
* @ingroup ClassicClock
|
||||
* @ingroup RTEMSImplClassicClock
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_clock_get_tod_timeval().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicClock Clocks
|
||||
* @ingroup RTEMSImplClassicClock
|
||||
*
|
||||
* @brief Obtain the System Uptime
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_clock_get_uptime().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicClock Clocks
|
||||
* @ingroup RTEMSImplClassicClock
|
||||
*
|
||||
* @brief Returns the system uptime in seconds.
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_clock_get_uptime_nanoseconds().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicClock
|
||||
* @ingroup RTEMSImplClassicClock
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_clock_get_uptime_seconds().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief Gets the System Uptime in the Struct Timeval Format
|
||||
* @ingroup ClassicClock
|
||||
* @ingroup RTEMSImplClassicClock
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_clock_get_uptime_timeval().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief Set the Current TOD
|
||||
* @ingroup ClassicClock
|
||||
* @ingroup RTEMSImplClassicClock
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_clock_set().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief Announce a Clock Tick
|
||||
* @ingroup ClassicClock
|
||||
* @ingroup RTEMSImplClassicClock
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_clock_tick().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief TOD to Seconds
|
||||
* @ingroup ClassicClock
|
||||
* @ingroup RTEMSImplClassicClock
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* _TOD_To_seconds().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief TOD Validate
|
||||
* @ingroup ClassicClock
|
||||
* @ingroup RTEMSImplClassicClock
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* _TOD_Validate().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicDPMEM
|
||||
* @ingroup RTEMSImplClassicDPMem
|
||||
*
|
||||
* @brief Classic Dual Ported Memory Information with Zero Objects
|
||||
* @brief This source file contains a definition of
|
||||
* ::_Dual_ported_memory_Information with zero objects.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Create Port
|
||||
* @ingroup ClassicDPMEM
|
||||
* @ingroup RTEMSImplClassicDPMem
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_port_create() and the Dual-Ported Memory Manager system
|
||||
* initialization.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Delete Port
|
||||
* @ingroup ClassicDPMEM
|
||||
* @ingroup RTEMSImplClassicDPMem
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_port_delete().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Port External to Internal
|
||||
* @ingroup ClassicDPMEM
|
||||
* @ingroup RTEMSImplClassicDPMem
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_port_external_to_internal().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicDPMem
|
||||
*
|
||||
* @brief rtems_port_ident() Implementation
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_port_ident().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Port Internal to External
|
||||
* @ingroup ClassicDPMEM
|
||||
* @ingroup RTEMSImplClassicDPMem
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_port_internal_to_external().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicEventMP
|
||||
*
|
||||
* @brief This source file contains the implementation of the task event MPCI
|
||||
* support.
|
||||
* @brief This source file contains the implementation to support the Event
|
||||
* Manager in multiprocessing (MP) configurations.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
* @ingroup RTEMSImplClassicEvent
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* _Event_Seize() and the task event MPCI support system initialization.
|
||||
* _Event_Seize() and the Event Manager multiprocessing (MP) support system
|
||||
* initialization.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSImplClassic
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_api_configuration_table().
|
||||
*/
|
||||
|
||||
/*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Interrupt Support
|
||||
* @ingroup ClassicINTR
|
||||
* @ingroup RTEMSImplClassic
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* directive bindings of the Interrupt Manager for languages other than
|
||||
* C/C++.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Interrupt Catch
|
||||
* @ingroup ClassicINTR
|
||||
* @ingroup RTEMSImplClassic
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_interrupt_catch().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief Body for RTEMS_INTERRUPT_LEVEL Macro
|
||||
* @ingroup ClassicModes
|
||||
* @ingroup RTEMSImplClassic
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_interrupt_level_body() and the definition of ::rtems_interrupt_mask
|
||||
* to support languages other than C/C++.
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* COPYRIGHT (c) 1989-2012.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief MP Support
|
||||
* @ingroup ClassicMP
|
||||
* @ingroup RTEMSImplClassic
|
||||
*
|
||||
* @brief This source file contains the implementation to support the Classic
|
||||
* API in multiprocessing (MP) configurations.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicMessageQueue
|
||||
* @ingroup RTEMSImplClassicMessage
|
||||
*
|
||||
* @brief Classic Message Queue Information with Zero Objects
|
||||
* @brief This source file contains a definition of the
|
||||
* ::_Message_queue_Information with zero objects.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicMsgMP Message Queue MP Support
|
||||
* @ingroup RTEMSImplClassicMessageMP
|
||||
*
|
||||
* @brief Multiprocessing Support for the Message Queue Manager
|
||||
* @brief This source file contains the implementation to support the Message
|
||||
* Manager in multiprocessing (MP) configurations.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Broadcast Message Queue
|
||||
* @ingroup ClassicMessageQueue
|
||||
* @ingroup RTEMSImplClassicMessage
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_message_queue_broadcast().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Create Message Queue
|
||||
* @ingroup ClassicMessageQueue
|
||||
* @ingroup RTEMSImplClassicMessage
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_message_queue_construct().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Delete Message Queue
|
||||
* @ingroup ClassicMessageQueue
|
||||
* @ingroup RTEMSImplClassicMessage
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_message_queue_delete().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicMessageQueue Message Queues
|
||||
* @ingroup RTEMSImplClassicMessage
|
||||
*
|
||||
* @brief rtems_message_queue_flush
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_message_queue_flush().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicMessageQueue Message Queues
|
||||
* @ingroup RTEMSImplClassicMessage
|
||||
*
|
||||
* @brief RTEMS Message Queue Get Number Pending
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_message_queue_get_number_pending().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicMessage
|
||||
*
|
||||
* @brief rtems_message_queue_ident() Implementation
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_message_queue_ident().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Message Queue Receive
|
||||
* @ingroup ClassicMessageQueue
|
||||
* @ingroup RTEMSImplClassicMessage
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_message_queue_receive().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicMessageQueue Message Queues
|
||||
* @ingroup RTEMSImplClassicMessage
|
||||
*
|
||||
* @brief rtems_message_queue_send
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_message_queue_send().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Urgent Message Queue
|
||||
* @ingroup ClassicMessageQueue
|
||||
* @ingroup RTEMSImplClassicMessage
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_message_queue_urgent().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicPartition
|
||||
*
|
||||
* @brief This source file contains a definition of ::_Partition_Information
|
||||
* with zero objects.
|
||||
* @brief This source file contains a definition of the
|
||||
* ::_Partition_Information with zero objects.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* @ingroup RTEMSImplClassicPartition
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_partition_create().
|
||||
* rtems_partition_create() and the Partition Manager system initialization.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicPartMP
|
||||
* @ingroup RTEMSImplClassicPartitionMP
|
||||
*
|
||||
* @brief This source file contains the implementation of the Partition Manager
|
||||
* MPCI support.
|
||||
* @brief This source file contains the implementation to support the Partition
|
||||
* Manager in multiprocessing (MP) configurations.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicRateMon
|
||||
* @ingroup RTEMSImplClassicRateMonotonic
|
||||
*
|
||||
* @brief Classic Rate Monotonic Information with Zero Objects
|
||||
* @brief This source file contains a definition of the
|
||||
* ::_Rate_monotonic_Information with zero objects.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Rate Monotonic Cancel
|
||||
* @ingroup ClassicRateMon
|
||||
* @ingroup RTEMSImplClassicRateMonotonic
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_rate_monotonic_cancel().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicRateMon Rate Monotonic Scheduler
|
||||
* @ingroup RTEMSImplClassicRateMonotonic
|
||||
*
|
||||
* @brief Create a Period
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_rate_monotonic_create().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Delete Rate Monotonic
|
||||
* @ingroup ClassicRateMon
|
||||
* @ingroup RTEMSImplClassicRateMonotonic
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_rate_monotonic_delete().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Rate Monotonic Get Statistics
|
||||
* @ingroup ClassicRateMon
|
||||
* @ingroup RTEMSImplClassicRateMonotonic
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_rate_monotonic_get_statistics().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Rate Monotonic Get Status
|
||||
* @ingroup ClassicRateMon
|
||||
* @ingroup RTEMSImplClassicRateMonotonic
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_rate_monotonic_get_status().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicRateMonotonic
|
||||
*
|
||||
* @brief rtems_rate_monotonic_ident() Implementation
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_rate_monotonic_ident().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief Rate Monotonic Support
|
||||
* @ingroup ClassicRateMon
|
||||
* @ingroup RTEMSImplClassicRateMonotonic
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_rate_monotonic_period_states().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Report Rate Monotonic Statistics
|
||||
* @ingroup ClassicRateMon
|
||||
* @ingroup RTEMSImplClassicRateMonotonic
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_rate_monotonic_report_statistics_with_plugin().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicRateMon Rate Monotonic Scheduler
|
||||
* @ingroup RTEMSImplClassicRateMonotonic
|
||||
*
|
||||
* @brief rtems_rate_monotonic_reset_all_statistics
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_rate_monotonic_reset_all_statistics().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicRateMon Rate Monotonic Scheduler
|
||||
* @ingroup RTEMSImplClassicRateMonotonic
|
||||
*
|
||||
* @brief RTEMS Rate Monotonic Reset Statistics
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_rate_monotonic_reset_statistics().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief Rate Monotonic Timeout
|
||||
* @ingroup ClassicRateMon
|
||||
* @ingroup RTEMSImplClassicRateMonotonic
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* _Rate_monotonic_Timeout().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicRegion
|
||||
* @ingroup RTEMSImplClassicRegion
|
||||
*
|
||||
* @brief Classic Region Information with Zero Objects
|
||||
* @brief This source file contains a definition of the ::_Region_Information
|
||||
* with zero objects.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicRegion Regions
|
||||
* @ingroup RTEMSImplClassicRegion
|
||||
*
|
||||
* @brief rtems_region_create
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_region_create() and the Region Manager system initialization.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Delete Region
|
||||
* @ingroup ClassicRegion
|
||||
* @ingroup RTEMSImplClassicRegion
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_region_delete().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Extend Region
|
||||
* @ingroup ClassicRegion
|
||||
* @ingroup RTEMSImplClassicRegion
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_region_extend().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Get Region Free Information
|
||||
* @ingroup ClassicRegion
|
||||
* @ingroup RTEMSImplClassicRegion
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_region_get_free_information().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Get Region Information
|
||||
* @ingroup ClassicRegion
|
||||
* @ingroup RTEMSImplClassicRegion
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_region_get_information().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Get Region Segment
|
||||
* @ingroup ClassicRegion
|
||||
* @ingroup RTEMSImplClassicRegion
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_region_get_segment().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Get Region Segment Size
|
||||
* @ingroup ClassicRegion
|
||||
* @ingroup RTEMSImplClassicRegion
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_region_get_segment_size().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicRegion
|
||||
*
|
||||
* @brief rtems_region_ident() Implementation
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_region_ident().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief Process Region Queue
|
||||
* @ingroup ClassicRegion
|
||||
* @ingroup RTEMSImplClassicRegion
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* _Region_Process_queue().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief Resize RTEMS Region Segment
|
||||
* @ingroup ClassicRegion
|
||||
* @ingroup RTEMSImplClassicRegion
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_region_resize_segment().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Return Region Segment
|
||||
* @ingroup ClassicRegion
|
||||
* @ingroup RTEMSImplClassicRegion
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_region_return_segment().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicClassInfo Object Class Information
|
||||
* @ingroup RTEMSImplClassicObject
|
||||
*
|
||||
* @brief Build Object Id
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_build_id() as a binding for languages other than C/C++.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief Build Thirty-Two Bit Object Name
|
||||
* @ingroup ClassicClassInfo
|
||||
* @ingroup RTEMSImplClassicObject
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_build_name() as a binding for languages other than C/C++.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSImplClassicTask
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* _RTEMS_Maximum_priority().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
*
|
||||
* @ingroup RTEMSImplClassicObject
|
||||
*
|
||||
* @brief _RTEMS_Name_to_id() Implementation
|
||||
* @brief This source file contains the implementation of
|
||||
* _RTEMS_Name_to_id().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief Get Highest Valid Class Value
|
||||
* @ingroup ClassicClassInfo
|
||||
* @ingroup RTEMSImplClassicObject
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_object_api_maximum_class().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicClassInfo Object Class Information
|
||||
* @ingroup RTEMSImplClassicObject
|
||||
*
|
||||
* @brief Get Lowest Valid Class Value
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_object_api_minimum_class().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user