![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <threads.h>
Data Fields | |
| uint32_t | signature |
| Signature for entry validation. | |
| uint32_t | queuetype |
| Type of this Queue (eg QUEUE_TYPE_SCHEDULE_IDLE). | |
| uint32_t | count |
| Count of items currently in this Queue. | |
| uint32_t | flags |
| Queue Flags (eg QUEUE_FLAG_IRQ). | |
| SPIN_HANDLE | lock |
| Queue Lock. | |
| QUEUE_ELEMENT * | first |
| First element in Queue. | |
| QUEUE_ELEMENT * | last |
| Last element in Queue. | |
| QUEUE_ENTRY * | prev |
| Previous entry in Queue table. | |
| QUEUE_ENTRY * | next |
| Next entry in Queue table. | |
| uint32_t signature |
Signature for entry validation.
| uint32_t queuetype |
Type of this Queue (eg QUEUE_TYPE_SCHEDULE_IDLE).
| uint32_t count |
Count of items currently in this Queue.
| uint32_t flags |
Queue Flags (eg QUEUE_FLAG_IRQ).
| SPIN_HANDLE lock |
Queue Lock.
| QUEUE_ELEMENT* first |
First element in Queue.
| QUEUE_ELEMENT* last |
Last element in Queue.
| QUEUE_ENTRY* prev |
Previous entry in Queue table.
| QUEUE_ENTRY* next |
Next entry in Queue table.