Fixed a documentation error.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.0.x@2257 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
541b1802f1
commit
22debe89f3
|
@ -38,7 +38,7 @@
|
||||||
* - <b>Normal</b>. This is the state the system has after executing
|
* - <b>Normal</b>. This is the state the system has after executing
|
||||||
* @p chSysInit(). Interrupts are enabled.
|
* @p chSysInit(). Interrupts are enabled.
|
||||||
* - <b>Suspended</b>. Interrupts are disabled.
|
* - <b>Suspended</b>. Interrupts are disabled.
|
||||||
* - <b>Disabled</b>. Interrupts are enabled. This state is equivalent to the
|
* - <b>Disabled</b>. Interrupts are disabled. This state is equivalent to the
|
||||||
* Suspended state because there are no fast interrupts in this architecture.
|
* Suspended state because there are no fast interrupts in this architecture.
|
||||||
* - <b>Sleep</b>. This state is entered with the execution of the specific
|
* - <b>Sleep</b>. This state is entered with the execution of the specific
|
||||||
* instruction @p <b>sleep</b>.
|
* instruction @p <b>sleep</b>.
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
* - <b>Normal</b>. This is the state the system has after executing
|
* - <b>Normal</b>. This is the state the system has after executing
|
||||||
* @p chSysInit(). Interrupts are enabled.
|
* @p chSysInit(). Interrupts are enabled.
|
||||||
* - <b>Suspended</b>. Interrupts are disabled.
|
* - <b>Suspended</b>. Interrupts are disabled.
|
||||||
* - <b>Disabled</b>. Interrupts are enabled. This state is equivalent to the
|
* - <b>Disabled</b>. Interrupts are disabled. This state is equivalent to the
|
||||||
* Suspended state because there are no fast interrupts in this architecture.
|
* Suspended state because there are no fast interrupts in this architecture.
|
||||||
* - <b>Sleep</b>. Not yet implemented.
|
* - <b>Sleep</b>. Not yet implemented.
|
||||||
* - <b>S-Locked</b>. Interrupts are disabled.
|
* - <b>S-Locked</b>. Interrupts are disabled.
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
* - <b>Normal</b>. This is the state the system has after executing
|
* - <b>Normal</b>. This is the state the system has after executing
|
||||||
* @p chSysInit(). Interrupts are enabled.
|
* @p chSysInit(). Interrupts are enabled.
|
||||||
* - <b>Suspended</b>. Interrupts are disabled.
|
* - <b>Suspended</b>. Interrupts are disabled.
|
||||||
* - <b>Disabled</b>. Interrupts are enabled. This state is equivalent to the
|
* - <b>Disabled</b>. Interrupts are disabled. This state is equivalent to the
|
||||||
* Suspended state because there are no fast interrupts in this architecture.
|
* Suspended state because there are no fast interrupts in this architecture.
|
||||||
* - <b>Sleep</b>. This state is entered with the execution of the specific
|
* - <b>Sleep</b>. This state is entered with the execution of the specific
|
||||||
* instruction @p <b>wait</b>.
|
* instruction @p <b>wait</b>.
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
* - <b>Normal</b>. This is the state the system has after executing
|
* - <b>Normal</b>. This is the state the system has after executing
|
||||||
* @p chSysInit(). Interrupts are enabled.
|
* @p chSysInit(). Interrupts are enabled.
|
||||||
* - <b>Suspended</b>. Interrupts are disabled.
|
* - <b>Suspended</b>. Interrupts are disabled.
|
||||||
* - <b>Disabled</b>. Interrupts are enabled. This state is equivalent to the
|
* - <b>Disabled</b>. Interrupts are disabled. This state is equivalent to the
|
||||||
* Suspended state because there are no fast interrupts in this architecture.
|
* Suspended state because there are no fast interrupts in this architecture.
|
||||||
* - <b>Sleep</b>. Implemented with "wait" instruction insertion in the idle
|
* - <b>Sleep</b>. Implemented with "wait" instruction insertion in the idle
|
||||||
* loop.
|
* loop.
|
||||||
|
|
Loading…
Reference in New Issue