CMSIS-Driver  
Peripheral Interface for Middleware and Application Code
 
Loading...
Searching...
No Matches
Streaming Status

Structure indicating the status of the virtual stream. More...

Data Structures

struct  vStreamStatus_t
 

Description

Structure indicating the status of the virtual stream.


Data Structure Documentation

◆ vStreamStatus_t

struct vStreamStatus_t
Data Fields
uint32_t active: 1 Streaming active.
uint32_t overflow: 1 Data buffer overflow (cleared on GetStatus)
uint32_t underflow: 1 Data buffer underflow (cleared on GetStatus)
uint32_t eos: 1 End Of Stream (cleared on GetStatus)
uint32_t reserved: 28