[PATCH 25/25] score: Fixed CPUEndian in v850
Sebastian Huber
sebastian.huber at embedded-brains.de
Fri Mar 29 10:53:10 UTC 2019
From: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Update #3706.
Will later vanish after next rebase
---
cpukit/score/cpu/v850/include/rtems/score/cpu.h | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/cpukit/score/cpu/v850/include/rtems/score/cpu.h b/cpukit/score/cpu/v850/include/rtems/score/cpu.h
index 9c83a5442d..0ce838806e 100644
--- a/cpukit/score/cpu/v850/include/rtems/score/cpu.h
+++ b/cpukit/score/cpu/v850/include/rtems/score/cpu.h
@@ -727,7 +727,15 @@ typedef CPU_Interrupt_frame CPU_Exception_frame;
void _CPU_Exception_frame_print( const CPU_Exception_frame *frame );
/**
- * @addtogroup CPUEndian
+ * @defgroup RTEMSScoreCPUV850CPUEndian CPUEndian
+ *
+ * @ingroup RTEMSScoreCPUV850
+ *
+ * @brief CPUEndian
+ */
+/** @{ */
+
+/**
* The following routine swaps the endian format of an unsigned int.
* It must be static because it is referenced indirectly.
*
@@ -779,7 +787,6 @@ static inline uint32_t CPU_swap_u32(
}
/**
- * @addtogroup CPUEndian
* This routine swaps a 16 bir quantity.
*
* @param[in] value is the value to be swapped
@@ -804,6 +811,8 @@ static inline uint16_t CPU_swap_u16( uint16_t value )
return swapped;
}
+/** @} */
+
typedef uint32_t CPU_Counter_ticks;
uint32_t _CPU_Counter_frequency( void );
--
2.16.4
More information about the devel
mailing list