Remove widths from tables for the PDF.

This commit is contained in:
Chris Johns 2016-01-26 21:49:19 +11:00 committed by Amar Takhar
parent 7130ed3229
commit 0ddfd93b55

View File

@ -200,7 +200,6 @@ enabled when the task is executing. ``RTEMS_INTERRUPT_LEVEL(n)`` specifies that
the task will execute at interrupt level n.
.. list-table::
:widths: 1, 50
* - ``RTEMS_PREEMPT``
- 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:
.. list-table::
:widths: 1, 50
* - ``RTEMS_NO_FLOATING_POINT``
- 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:
.. list-table::
:widths: 1, 50
* - ``RTEMS_PREEMPT``
- is masked by``RTEMS_PREEMPT_MASK`` and enables preemption
@ -595,7 +592,6 @@ TASK_CREATE - Create a task
**DIRECTIVE STATUS CODES:**
.. list-table::
:widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- 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:
.. list-table::
:widths: 1, 50
* - ``RTEMS_NO_FLOATING_POINT``
- 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:
.. list-table::
:widths: 1, 50
* - ``RTEMS_PREEMPT``
- enable preemption (default)
@ -730,7 +724,6 @@ TASK_IDENT - Get ID of a task
**DIRECTIVE STATUS CODES:**
.. list-table::
:widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- task identified successfully
@ -812,7 +805,6 @@ TASK_START - Start a task
**DIRECTIVE STATUS CODES:**
.. list-table::
:widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- ask started successfully
@ -865,7 +857,6 @@ TASK_RESTART - Restart a task
**DIRECTIVE STATUS CODES:**
.. list-table::
:widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- task restarted successfully
@ -926,7 +917,6 @@ TASK_DELETE - Delete a task
**DIRECTIVE STATUS CODES:**
.. list-table::
:widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- task deleted successfully
@ -982,7 +972,6 @@ TASK_SUSPEND - Suspend a task
**DIRECTIVE STATUS CODES:**
.. list-table::
:widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- task suspended successfully
@ -1030,7 +1019,6 @@ TASK_RESUME - Resume a task
**DIRECTIVE STATUS CODES:**
.. list-table::
:widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- task resumed successfully
@ -1076,7 +1064,6 @@ TASK_IS_SUSPENDED - Determine if a task is Suspended
**DIRECTIVE STATUS CODES:**
.. list-table::
:widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- task is NOT suspended
@ -1119,7 +1106,6 @@ TASK_SET_PRIORITY - Set task priority
**DIRECTIVE STATUS CODES:**
.. list-table::
:widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- task priority set successfully
@ -1185,7 +1171,6 @@ TASK_MODE - Change the current task mode
**DIRECTIVE STATUS CODES:**
.. list-table::
:widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- 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:
.. list-table::
:widths: 1, 50
* - ``RTEMS_PREEMPT``
- is masked by ``RTEMS_PREEMPT_MASK`` and enables preemption
@ -1258,7 +1242,6 @@ TASK_WAKE_AFTER - Wake up after interval
**DIRECTIVE STATUS CODES:**
.. list-table::
:widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- always successful
@ -1302,7 +1285,6 @@ TASK_WAKE_WHEN - Wake up when specified
**DIRECTIVE STATUS CODES:**
.. list-table::
:widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- awakened at date/time successfully
@ -1390,7 +1372,6 @@ TASK_VARIABLE_ADD - Associate per task variable
**DIRECTIVE STATUS CODES:**
.. list-table::
:widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- per task variable added successfully
@ -1452,7 +1433,6 @@ TASK_VARIABLE_GET - Obtain value of a per task variable
**DIRECTIVE STATUS CODES:**
.. list-table::
:widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- per task variable obtained successfully
@ -1510,7 +1490,6 @@ TASK_VARIABLE_DELETE - Remove per task variable
**DIRECTIVE STATUS CODES:**
.. list-table::
:widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- per task variable deleted successfully