mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 02:47:44 +08:00
Remove widths from tables for the PDF.
This commit is contained in:
parent
7130ed3229
commit
0ddfd93b55
@ -200,7 +200,6 @@ enabled when the task is executing. ``RTEMS_INTERRUPT_LEVEL(n)`` specifies that
|
|||||||
the task will execute at interrupt level n.
|
the task will execute at interrupt level n.
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 1, 50
|
|
||||||
|
|
||||||
* - ``RTEMS_PREEMPT``
|
* - ``RTEMS_PREEMPT``
|
||||||
- enable preemption (default)
|
- enable preemption (default)
|
||||||
@ -347,7 +346,6 @@ In general, an attribute set is built by a bitwise OR of the desired
|
|||||||
components. The set of valid task attribute components is listed below:
|
components. The set of valid task attribute components is listed below:
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 1, 50
|
|
||||||
|
|
||||||
* - ``RTEMS_NO_FLOATING_POINT``
|
* - ``RTEMS_NO_FLOATING_POINT``
|
||||||
- does not use coprocessor (default)
|
- does not use coprocessor (default)
|
||||||
@ -382,7 +380,6 @@ desired components. The set of valid mode constants and each mode's
|
|||||||
corresponding mask constant is listed below:
|
corresponding mask constant is listed below:
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 1, 50
|
|
||||||
|
|
||||||
* - ``RTEMS_PREEMPT``
|
* - ``RTEMS_PREEMPT``
|
||||||
- is masked by``RTEMS_PREEMPT_MASK`` and enables preemption
|
- is masked by``RTEMS_PREEMPT_MASK`` and enables preemption
|
||||||
@ -595,7 +592,6 @@ TASK_CREATE - Create a task
|
|||||||
**DIRECTIVE STATUS CODES:**
|
**DIRECTIVE STATUS CODES:**
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 1, 50
|
|
||||||
|
|
||||||
* - ``RTEMS_SUCCESSFUL``
|
* - ``RTEMS_SUCCESSFUL``
|
||||||
- task created successfully
|
- task created successfully
|
||||||
@ -663,7 +659,6 @@ when calculating the stack size required for tasks which utilize the driver.
|
|||||||
The following task attribute constants are defined by RTEMS:
|
The following task attribute constants are defined by RTEMS:
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 1, 50
|
|
||||||
|
|
||||||
* - ``RTEMS_NO_FLOATING_POINT``
|
* - ``RTEMS_NO_FLOATING_POINT``
|
||||||
- does not use coprocessor (default)
|
- does not use coprocessor (default)
|
||||||
@ -677,7 +672,6 @@ The following task attribute constants are defined by RTEMS:
|
|||||||
The following task mode constants are defined by RTEMS:
|
The following task mode constants are defined by RTEMS:
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 1, 50
|
|
||||||
|
|
||||||
* - ``RTEMS_PREEMPT``
|
* - ``RTEMS_PREEMPT``
|
||||||
- enable preemption (default)
|
- enable preemption (default)
|
||||||
@ -730,7 +724,6 @@ TASK_IDENT - Get ID of a task
|
|||||||
**DIRECTIVE STATUS CODES:**
|
**DIRECTIVE STATUS CODES:**
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 1, 50
|
|
||||||
|
|
||||||
* - ``RTEMS_SUCCESSFUL``
|
* - ``RTEMS_SUCCESSFUL``
|
||||||
- task identified successfully
|
- task identified successfully
|
||||||
@ -812,7 +805,6 @@ TASK_START - Start a task
|
|||||||
**DIRECTIVE STATUS CODES:**
|
**DIRECTIVE STATUS CODES:**
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 1, 50
|
|
||||||
|
|
||||||
* - ``RTEMS_SUCCESSFUL``
|
* - ``RTEMS_SUCCESSFUL``
|
||||||
- ask started successfully
|
- ask started successfully
|
||||||
@ -865,7 +857,6 @@ TASK_RESTART - Restart a task
|
|||||||
**DIRECTIVE STATUS CODES:**
|
**DIRECTIVE STATUS CODES:**
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 1, 50
|
|
||||||
|
|
||||||
* - ``RTEMS_SUCCESSFUL``
|
* - ``RTEMS_SUCCESSFUL``
|
||||||
- task restarted successfully
|
- task restarted successfully
|
||||||
@ -926,7 +917,6 @@ TASK_DELETE - Delete a task
|
|||||||
**DIRECTIVE STATUS CODES:**
|
**DIRECTIVE STATUS CODES:**
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 1, 50
|
|
||||||
|
|
||||||
* - ``RTEMS_SUCCESSFUL``
|
* - ``RTEMS_SUCCESSFUL``
|
||||||
- task deleted successfully
|
- task deleted successfully
|
||||||
@ -982,7 +972,6 @@ TASK_SUSPEND - Suspend a task
|
|||||||
**DIRECTIVE STATUS CODES:**
|
**DIRECTIVE STATUS CODES:**
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 1, 50
|
|
||||||
|
|
||||||
* - ``RTEMS_SUCCESSFUL``
|
* - ``RTEMS_SUCCESSFUL``
|
||||||
- task suspended successfully
|
- task suspended successfully
|
||||||
@ -1030,7 +1019,6 @@ TASK_RESUME - Resume a task
|
|||||||
**DIRECTIVE STATUS CODES:**
|
**DIRECTIVE STATUS CODES:**
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 1, 50
|
|
||||||
|
|
||||||
* - ``RTEMS_SUCCESSFUL``
|
* - ``RTEMS_SUCCESSFUL``
|
||||||
- task resumed successfully
|
- task resumed successfully
|
||||||
@ -1076,7 +1064,6 @@ TASK_IS_SUSPENDED - Determine if a task is Suspended
|
|||||||
**DIRECTIVE STATUS CODES:**
|
**DIRECTIVE STATUS CODES:**
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 1, 50
|
|
||||||
|
|
||||||
* - ``RTEMS_SUCCESSFUL``
|
* - ``RTEMS_SUCCESSFUL``
|
||||||
- task is NOT suspended
|
- task is NOT suspended
|
||||||
@ -1119,7 +1106,6 @@ TASK_SET_PRIORITY - Set task priority
|
|||||||
**DIRECTIVE STATUS CODES:**
|
**DIRECTIVE STATUS CODES:**
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 1, 50
|
|
||||||
|
|
||||||
* - ``RTEMS_SUCCESSFUL``
|
* - ``RTEMS_SUCCESSFUL``
|
||||||
- task priority set successfully
|
- task priority set successfully
|
||||||
@ -1185,7 +1171,6 @@ TASK_MODE - Change the current task mode
|
|||||||
**DIRECTIVE STATUS CODES:**
|
**DIRECTIVE STATUS CODES:**
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 1, 50
|
|
||||||
|
|
||||||
* - ``RTEMS_SUCCESSFUL``
|
* - ``RTEMS_SUCCESSFUL``
|
||||||
- task mode set successfully
|
- task mode set successfully
|
||||||
@ -1219,7 +1204,6 @@ The set of task mode constants and each mode's corresponding mask constant is
|
|||||||
provided in the following table:
|
provided in the following table:
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 1, 50
|
|
||||||
|
|
||||||
* - ``RTEMS_PREEMPT``
|
* - ``RTEMS_PREEMPT``
|
||||||
- is masked by ``RTEMS_PREEMPT_MASK`` and enables preemption
|
- is masked by ``RTEMS_PREEMPT_MASK`` and enables preemption
|
||||||
@ -1258,7 +1242,6 @@ TASK_WAKE_AFTER - Wake up after interval
|
|||||||
**DIRECTIVE STATUS CODES:**
|
**DIRECTIVE STATUS CODES:**
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 1, 50
|
|
||||||
|
|
||||||
* - ``RTEMS_SUCCESSFUL``
|
* - ``RTEMS_SUCCESSFUL``
|
||||||
- always successful
|
- always successful
|
||||||
@ -1302,7 +1285,6 @@ TASK_WAKE_WHEN - Wake up when specified
|
|||||||
**DIRECTIVE STATUS CODES:**
|
**DIRECTIVE STATUS CODES:**
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 1, 50
|
|
||||||
|
|
||||||
* - ``RTEMS_SUCCESSFUL``
|
* - ``RTEMS_SUCCESSFUL``
|
||||||
- awakened at date/time successfully
|
- awakened at date/time successfully
|
||||||
@ -1390,7 +1372,6 @@ TASK_VARIABLE_ADD - Associate per task variable
|
|||||||
**DIRECTIVE STATUS CODES:**
|
**DIRECTIVE STATUS CODES:**
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 1, 50
|
|
||||||
|
|
||||||
* - ``RTEMS_SUCCESSFUL``
|
* - ``RTEMS_SUCCESSFUL``
|
||||||
- per task variable added successfully
|
- per task variable added successfully
|
||||||
@ -1452,7 +1433,6 @@ TASK_VARIABLE_GET - Obtain value of a per task variable
|
|||||||
**DIRECTIVE STATUS CODES:**
|
**DIRECTIVE STATUS CODES:**
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 1, 50
|
|
||||||
|
|
||||||
* - ``RTEMS_SUCCESSFUL``
|
* - ``RTEMS_SUCCESSFUL``
|
||||||
- per task variable obtained successfully
|
- per task variable obtained successfully
|
||||||
@ -1510,7 +1490,6 @@ TASK_VARIABLE_DELETE - Remove per task variable
|
|||||||
**DIRECTIVE STATUS CODES:**
|
**DIRECTIVE STATUS CODES:**
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 1, 50
|
|
||||||
|
|
||||||
* - ``RTEMS_SUCCESSFUL``
|
* - ``RTEMS_SUCCESSFUL``
|
||||||
- per task variable deleted successfully
|
- per task variable deleted successfully
|
||||||
|
Loading…
x
Reference in New Issue
Block a user