mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* porting/interrupts.t: Fix bogus _CPU_ISR_Get_level.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* porting/interrupts.t: Fix bogus _CPU_ISR_Get_level.
|
||||||
|
|
||||||
2006-09-07 Ken Peters <ken.peters@jpl.nasa.gov>
|
2006-09-07 Ken Peters <ken.peters@jpl.nasa.gov>
|
||||||
|
|
||||||
PR 1171/doc
|
PR 1171/doc
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ interrupt levels - enabled and disabled.
|
|||||||
The _CPU_ISR_Get_level function returns the current interrupt level.
|
The _CPU_ISR_Get_level function returns the current interrupt level.
|
||||||
|
|
||||||
@example
|
@example
|
||||||
unsigned32 _CPU_ISR_Get_level( void )
|
uint32_t _CPU_ISR_Get_level( void )
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@subsection Set the Interrupt Level
|
@subsection Set the Interrupt Level
|
||||||
|
|||||||
Reference in New Issue
Block a user