![]() |
![]() |
#include <usblib.h>
Data Fields | |
| uint32_t | ulSize |
| The ring buffer size. | |
| volatile uint32_t | ulWriteIndex |
| The ring buffer write index. | |
| volatile uint32_t | ulReadIndex |
| The ring buffer read index. | |
| uint8_t * | pucBuf |
| The ring buffer. | |
The structure used for encapsulating all the items associated with a ring buffer.