TIOVX User Guide
tivx_event.h File Reference

Interface to Event APIs. More...

Go to the source code of this file.

Macros

#define TIVX_EVENT_TIMEOUT_NO_WAIT   (0u)
 Constant to indicate tivxEventPend() should only check and not wait for event to arrive.
 
#define TIVX_EVENT_TIMEOUT_WAIT_FOREVER   (0xFFFFFFFFu)
 Constant to indicate tivxEventPend() should only wait forever for the event to arrive.
 

Typedefs

typedef struct tivx_vx_event_t * tivx_event
 Typedef for a event.
 

Functions

vx_status tivxEventCreate (tivx_event *event)
 Create a event. More...
 
vx_status tivxEventDelete (tivx_event *event)
 Delete a event. More...
 
vx_status tivxEventPost (tivx_event event)
 Post a event. More...
 
vx_status tivxEventWait (tivx_event event, uint32_t timeout)
 Pend on a event. More...
 
vx_status tivxEventClear (tivx_event event)
 Clear any pending events. More...
 

Detailed Description

Interface to Event APIs.

Definition in file tivx_event.h.