|
AutosarOS
|
Data structure for OS resource. More...
#include <ResourceTypes.h>

Data Fields | |
| const uint8_t | prio |
| Ceiling priority of resource. More... | |
| bool | assigned |
| If true the resource is currently assigned to a task or ISR. More... | |
| struct resource_s * | next |
| Pointer to next resource in resource queue. More... | |
Data structure for OS resource.
Definition at line 29 of file ResourceTypes.h.
| bool assigned |
If true the resource is currently assigned to a task or ISR.
Definition at line 31 of file ResourceTypes.h.
| struct resource_s* next |
Pointer to next resource in resource queue.
Definition at line 32 of file ResourceTypes.h.
| const uint8_t prio |
Ceiling priority of resource.
Definition at line 30 of file ResourceTypes.h.