|
MotorWare f2806x Module API Documentation
|
Portable C fixed point code. These functions define the queue manager routines. More...
Go to the source code of this file.
Functions | |
| QUEUE_Handle | QUEUE_init (void *pMemory, const size_t numBytes) |
| Initializes the queue. More... | |
| void | QUEUE_listen (QUEUE_Handle handle) |
| Puts the calling process in a listen state. It loops until. More... | |
Variables | |
| uint32_t | gEventIndex |
| The event index. More... | |
| EVENT_Obj | gEvents [QUEUE_MAX_NUM_EVENTS] |
| The array of events. More... | |
Portable C fixed point code. These functions define the queue manager routines.
(C) Copyright 2011, Texas Instruments, Inc.
Definition in file queue.c.
1.8.9.1