MotorWare f2806x Module API Documentation
Functions | Variables
queue.c File Reference

Portable C fixed point code. These functions define the queue manager routines. More...

#include "sw/modules/queue/src/queue.h"
#include "string.h"

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...
 

Detailed Description

Portable C fixed point code. These functions define the queue manager routines.

(C) Copyright 2011, Texas Instruments, Inc.

Definition in file queue.c.