Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_LIST_ENTRY Struct Reference

#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_ELEMENTfirst
 First element in List.
LIST_ELEMENTlast
 Last element in List.
LIST_ENTRYprev
 Previous entry in List table.
LIST_ENTRYnext
 Next entry in List table.

Field Documentation

◆ signature

uint32_t signature

Signature for entry validation.

◆ listtype

uint32_t listtype

Type of this List (eg LIST_TYPE_WAIT_SECTION).

◆ count

uint32_t count

Count of items currently in this List.

◆ flags

uint32_t flags

List Flags (eg LIST_FLAG_IRQ).

◆ lock

List Lock.

◆ first

LIST_ELEMENT* first

First element in List.

◆ last

LIST_ELEMENT* last

Last element in List.

◆ prev

LIST_ENTRY* prev

Previous entry in List table.

◆ next

LIST_ENTRY* next

Next entry in List table.


The documentation for this struct was generated from the following file: