rtems: Canonicalize Doxygen @file comments

Use common phrases for the file brief descriptions.

Update #3706.
This commit is contained in:
Sebastian Huber
2020-11-26 11:45:47 +01:00
parent 23494c2bfa
commit 6b5f22dcbb
176 changed files with 754 additions and 389 deletions

View File

@@ -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.

View File

@@ -3,7 +3,8 @@
*
* @ingroup RTEMSImplClassicAttr
*
* @brief Classic Attributes Implementation
* @brief This header file provides the implementation interfaces of
* the @ref RTEMSImplClassicAttr support.
*/
/*

View File

@@ -3,7 +3,8 @@
*
* @ingroup RTEMSImplClassicBarrier
*
* @brief Classic Barrier Manager Implementation
* @brief This header file provides the implementation interfaces of
* the @ref RTEMSImplClassicBarrier.
*/
/*

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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
*

View File

@@ -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.

View File

@@ -5,7 +5,8 @@
*
* @ingroup RTEMSImplClassicObject
*
* @brief Implementation Interfaces for Classic Objects
* @brief This header file provides the implementation interfaces of
* the @ref RTEMSImplClassicObject.
*/
/*

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -3,7 +3,8 @@
*
* @ingroup RTEMSImplClassicTimer
*
* @brief Classic Timer Implementation
* @brief This header file provides the implementation interfaces of
* the @ref RTEMSImplClassicTimer.
*/
/*

View File

@@ -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.
*/
/*

View File

@@ -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.
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -5,7 +5,8 @@
*
* @ingroup RTEMSImplClassicBarrier
*
* @brief rtems_barrier_ident() Implementation
* @brief This source file contains the implementation of
* rtems_barrier_ident().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -1,7 +1,10 @@
/**
* @file
*
* @ingroup ClassicClock
* @ingroup RTEMSImplClassicClock
*
* @brief This source file contains the implementation of
* rtems_clock_get_uptime_seconds().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -1,8 +1,10 @@
/**
* @file
* @file
*
* @brief TOD Validate
* @ingroup ClassicClock
* @ingroup RTEMSImplClassicClock
*
* @brief This source file contains the implementation of
* _TOD_Validate().
*/
/*

View File

@@ -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.
*/
/*

View File

@@ -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.
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -5,7 +5,8 @@
*
* @ingroup RTEMSImplClassicDPMem
*
* @brief rtems_port_ident() Implementation
* @brief This source file contains the implementation of
* rtems_port_ident().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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.
*/
/*

View File

@@ -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.
*/
/*

View File

@@ -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
*

View File

@@ -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++.
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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).

View File

@@ -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.
*/
/*

View File

@@ -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.
*/
/*

View File

@@ -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.
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -5,7 +5,8 @@
*
* @ingroup RTEMSImplClassicMessage
*
* @brief rtems_message_queue_ident() Implementation
* @brief This source file contains the implementation of
* rtems_message_queue_ident().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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.
*/
/*

View File

@@ -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.
*/
/*

View File

@@ -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.
*/
/*

View File

@@ -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.
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -5,7 +5,8 @@
*
* @ingroup RTEMSImplClassicRateMonotonic
*
* @brief rtems_rate_monotonic_ident() Implementation
* @brief This source file contains the implementation of
* rtems_rate_monotonic_ident().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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.
*/
/*

View File

@@ -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.
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -5,7 +5,8 @@
*
* @ingroup RTEMSImplClassicRegion
*
* @brief rtems_region_ident() Implementation
* @brief This source file contains the implementation of
* rtems_region_ident().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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++.
*/
/*

View File

@@ -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++.
*/
/*

View File

@@ -2,6 +2,9 @@
* @file
*
* @ingroup RTEMSImplClassicTask
*
* @brief This source file contains the implementation of
* _RTEMS_Maximum_priority().
*/
/*

View File

@@ -5,7 +5,8 @@
*
* @ingroup RTEMSImplClassicObject
*
* @brief _RTEMS_Name_to_id() Implementation
* @brief This source file contains the implementation of
* _RTEMS_Name_to_id().
*/
/*

View File

@@ -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().
*/
/*

View File

@@ -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