WUT  0.1
Wii U Toolchain
Data Fields
OSAlarmQueue Struct Reference

#include <alarm.h>

Data Fields

uint32_t tag
 Should always be set to the value OS_ALARM_QUEUE_TAG. More...
 
const char * name
 Name set by OSInitAlarmQueueEx. More...
 
OSThreadQueue threadQueue
 
OSAlarmhead
 
OSAlarmtail
 

Detailed Description

Definition at line 32 of file alarm.h.

Field Documentation

uint32_t tag

Should always be set to the value OS_ALARM_QUEUE_TAG.

Definition at line 35 of file alarm.h.

const char* name

Name set by OSInitAlarmQueueEx.

Definition at line 38 of file alarm.h.

OSThreadQueue threadQueue

Definition at line 41 of file alarm.h.

OSAlarm* head

Definition at line 42 of file alarm.h.

OSAlarm* tail

Definition at line 43 of file alarm.h.


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