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