CMSIS-Driver  
Peripheral Interface for Middleware and Application Code
 
Loading...
Searching...
No Matches
Driver Event Flags

Events signaled by the driver via the vStreamEvent function. More...

Macros

#define VSTREAM_EVENT_DATA   (1UL)
 Data block received/sent.
 
#define VSTREAM_EVENT_OVERFLOW   (1UL << 1)
 Data buffer overflow.
 
#define VSTREAM_EVENT_UNDERFLOW   (1UL << 2)
 Data buffer underflow.
 
#define VSTREAM_EVENT_EOS   (1UL << 3)
 End of stream.
 

Description

Events signaled by the driver via the vStreamEvent function.

Macro Definition Documentation

◆ VSTREAM_EVENT_DATA

#define VSTREAM_EVENT_DATA   (1UL)

Data block received/sent.

◆ VSTREAM_EVENT_OVERFLOW

#define VSTREAM_EVENT_OVERFLOW   (1UL << 1)

Data buffer overflow.

◆ VSTREAM_EVENT_UNDERFLOW

#define VSTREAM_EVENT_UNDERFLOW   (1UL << 2)

Data buffer underflow.

◆ VSTREAM_EVENT_EOS

#define VSTREAM_EVENT_EOS   (1UL << 3)

End of stream.