SYS/BIOS  7.00
Data Fields
Queue_Elem Struct Reference

Opaque queue element. More...

#include <ti/sysbios/knl/Queue.h>

Collaboration diagram for Queue_Elem:
Collaboration graph
[legend]

Data Fields

struct Queue_Elem *volatile next
 Opaque queue element. More...
 
struct Queue_Elem *volatile prev
 Opaque queue element. More...
 

Detailed Description

Opaque queue element.

A field of this type is placed at the head of client structs.

Field Documentation

§ next

struct Queue_Elem* volatile Queue_Elem::next

Opaque queue element.

A field of this type is placed at the head of client structs.

§ prev

struct Queue_Elem* volatile Queue_Elem::prev

Opaque queue element.

A field of this type is placed at the head of client structs.


The documentation for this struct was generated from the following file:
© Copyright 1995-2022, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale