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

#include <threads.h>

Data Fields

uint32_t count
 Count of items currently in the Timer list.
uint32_t flags
 Timer list Flags (eg LOCK_FLAG_IRQ).
SPIN_HANDLE lock
 Timer list Lock.
TIMER_ITEMfirst
 First item in Timer list.
TIMER_ITEMlast
 Last item in Timer list.

Field Documentation

◆ count

uint32_t count

Count of items currently in the Timer list.

◆ flags

uint32_t flags

Timer list Flags (eg LOCK_FLAG_IRQ).

◆ lock

Timer list Lock.

◆ first

TIMER_ITEM* first

First item in Timer list.

◆ last

TIMER_ITEM* last

Last item in Timer list.


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