iomodule
Vitis Drivers API Documentation
XIOModule_Buffer Struct Reference

The following data type is used to manage the buffers that are handled when sending and receiving UART data in the interrupt mode. More...

Data Fields

u8 * NextBytePtr
 Pointer to Next byte. More...
 
u32 RequestedBytes
 Requested number of bytes. More...
 
u32 RemainingBytes
 Remaining number of bytes. More...
 

Detailed Description

The following data type is used to manage the buffers that are handled when sending and receiving UART data in the interrupt mode.

It is intended for internal use only.

Field Documentation

u8* XIOModule_Buffer::NextBytePtr
u32 XIOModule_Buffer::RemainingBytes
u32 XIOModule_Buffer::RequestedBytes