OsTask Struct Reference
Task object. More...
#include <os_port_chibios.h>
Data Fields | |
thread_t * | tp |
OS_TID | tid |
INT8U | prio |
Detailed Description
Task object.
Definition at line 96 of file os_port_chibios.h.
Field Documentation
◆ prio
INT8U prio |
Definition at line 81 of file os_port_ucos2.h.
◆ tid
OS_TID tid |
Definition at line 85 of file os_port_rtx.h.
◆ tp
thread_t* tp |
Definition at line 98 of file os_port_chibios.h.
The documentation for this struct was generated from the following files:
- common/os_port_chibios.h
- common/os_port_rtx.h
- common/os_port_ucos2.h