summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-03-11 08:29:21 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-03-11 17:57:41 +0100
commit0a596409b9bc41e1c113137107bc83de01bf3537 (patch)
tree790a6c64996aa70a5172e600910353cfca75e53e
parentnios2: Use NIOS2_CTLREG_INDEX_STATUS (diff)
downloadrtems-0a596409b9bc41e1c113137107bc83de01bf3537.tar.bz2
nios2: Documentation
-rw-r--r--cpukit/score/cpu/nios2/rtems/score/nios2-utility.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/cpukit/score/cpu/nios2/rtems/score/nios2-utility.h b/cpukit/score/cpu/nios2/rtems/score/nios2-utility.h
index 078484fe6b..eb08e79085 100644
--- a/cpukit/score/cpu/nios2/rtems/score/nios2-utility.h
+++ b/cpukit/score/cpu/nios2/rtems/score/nios2-utility.h
@@ -312,10 +312,6 @@ static inline bool _Nios2_Has_internal_interrupt_controller( void )
return _Nios2_ISR_Get_status_mask() == NIOS2_ISR_STATUS_MASK_IIC;
}
-/*
- * @brief Nios2 ISR Set level
- *
- */
uint32_t _Nios2_ISR_Set_level( uint32_t new_level, uint32_t status );
typedef struct {
@@ -408,10 +404,6 @@ bool _Nios2_MPU_Setup_region_registers(
uint32_t *mpuacc
);
-/**
- * @brief Nios2 MPU Get region descriptor.
- *
- */
bool _Nios2_MPU_Get_region_descriptor(
const Nios2_MPU_Configuration *config,
int index,
@@ -420,12 +412,12 @@ bool _Nios2_MPU_Get_region_descriptor(
);
/**
- * @brief Seaches the region table part for a disabled region.
+ * @brief Searches the region table part for a disabled region.
*
* The table will be searched between indices @a begin and @a end. The @a end
* index is not part of the search range. If @a end is negative, then the
* region count will be used. Thus a @a begin of 0 and a @a end of -1 will
- * specifiy the complete table.
+ * specify the complete table.
*
* @retval -1 No disabled region is available.
* @retval other Index of disabled region.
@@ -501,9 +493,6 @@ static inline void _Nios2_MPU_Restore( uint32_t config )
_Nios2_Set_ctlreg_config( config );
}
-/**
- * @brief Nios2 MPU disable protected.
- */
uint32_t _Nios2_MPU_Disable_protected( void );
void _Nios2_MPU_Reset( const Nios2_MPU_Configuration *config );