doxygen: fixed typos and parameter references
Change-Id: I8ff21156959a8960f6cea9441f25f1d17df2aa4f Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
218e148ade
commit
6661fbc407
1 changed files with 4 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
/*
|
||||
* The file must not be included directly
|
||||
* Include nanokernel/cpu.h instead
|
||||
* Include arch/cpu.h instead
|
||||
*/
|
||||
|
||||
#ifdef _ASMLANGUAGE
|
||||
|
@ -166,12 +166,14 @@ static ALWAYS_INLINE unsigned int irq_lock(void)
|
|||
*
|
||||
* @brief Enable all interrupts on the CPU (inline)
|
||||
*
|
||||
* This routine re-enables interrupts on the CPU. The <key> parameter is an
|
||||
* This routine re-enables interrupts on the CPU. The @a key parameter is an
|
||||
* architecture-dependent lock-out key that is returned by a previous
|
||||
* invocation of irq_lock().
|
||||
*
|
||||
* This routine can be called from either interrupt, task or fiber level.
|
||||
*
|
||||
* @param key architecture-dependent lock-out key
|
||||
*
|
||||
* @return N/A
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue