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:
gdisirio 2010-10-14 17:37:09 +00:00
parent 541b1802f1
commit 22debe89f3
4 changed files with 4 additions and 4 deletions

View File

@ -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>.

View File

@ -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.

View File

@ -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>.

View File

@ -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.