Task parameters. More...
#include <os_port_chibios.h>
Data Fields | |
| uint32_t * | stack |
| size_t | stackSize |
| uint_t | priority |
| CMX_FP | fp |
| word32 * | stack |
| OS_TASK * | tcb |
| xTCB * | tcb |
| portInt8Type * | stack |
| portUInt32Type | stackSize |
| portUnsignedBaseType | priority |
| TX_THREAD * | tcb |
| OS_STK * | stack |
| OS_TCB * | tcb |
| CPU_STK * | stack |
| struct k_thread * | tcb |
| k_thread_stack_t * | stack |
Detailed Description
Task parameters.
Definition at line 115 of file os_port_chibios.h.
Field Documentation
◆ fp
| CMX_FP fp |
Definition at line 109 of file os_port_cmx_rtx.h.
◆ priority [1/2]
| uint_t priority |
Definition at line 119 of file os_port_chibios.h.
◆ priority [2/2]
| portUnsignedBaseType priority |
Definition at line 124 of file os_port_safertos.h.
◆ stack [1/6]
| uint32_t * stack |
Definition at line 117 of file os_port_chibios.h.
◆ stack [2/6]
| word32* stack |
Definition at line 110 of file os_port_cmx_rtx.h.
◆ stack [3/6]
| portInt8Type* stack |
Definition at line 122 of file os_port_safertos.h.
◆ stack [4/6]
| OS_STK* stack |
Definition at line 100 of file os_port_ucos2.h.
◆ stack [5/6]
| CPU_STK* stack |
Definition at line 101 of file os_port_ucos3.h.
◆ stack [6/6]
| k_thread_stack_t* stack |
Definition at line 102 of file os_port_zephyr.h.
◆ stackSize [1/2]
| size_t stackSize |
Definition at line 118 of file os_port_chibios.h.
◆ stackSize [2/2]
| portUInt32Type stackSize |
Definition at line 123 of file os_port_safertos.h.
◆ tcb [1/5]
| OS_TASK* tcb |
Definition at line 100 of file os_port_embos.h.
◆ tcb [2/5]
| xTCB* tcb |
Definition at line 121 of file os_port_safertos.h.
◆ tcb [3/5]
| TX_THREAD* tcb |
Definition at line 114 of file os_port_threadx.h.
◆ tcb [4/5]
| OS_TCB* tcb |
Definition at line 100 of file os_port_ucos3.h.
◆ tcb [5/5]
| struct k_thread* tcb |
Definition at line 101 of file os_port_zephyr.h.
The documentation for this struct was generated from the following files:
- common/os_port_chibios.h
- common/os_port_cmsis_rtos.h
- common/os_port_cmsis_rtos2.h
- common/os_port_cmx_rtx.h
- common/os_port_embos.h
- common/os_port_freertos.h
- common/os_port_none.h
- common/os_port_posix.h
- common/os_port_px5.h
- common/os_port_rtx.h
- common/os_port_safertos.h
- common/os_port_sys_bios.h
- common/os_port_threadx.h
- common/os_port_ucos2.h
- common/os_port_ucos3.h
- common/os_port_windows.h
- common/os_port_zephyr.h
