uartns550
Vitis Drivers API Documentation
 All Data Structures Files Functions Variables Typedefs Groups Pages
XUartNs550Buffer Struct Reference

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

#include <xuartns550.h>

Data Fields

u8 * NextBytePtr
 Pointer to next byte for transfer. More...
 
unsigned int RequestedBytes
 Total bytes requested. More...
 
unsigned int RemainingBytes
 Bytes remaining to transfer. More...
 

Detailed Description

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

Field Documentation

u8* XUartNs550Buffer::NextBytePtr
unsigned int XUartNs550Buffer::RemainingBytes
unsigned int XUartNs550Buffer::RequestedBytes

Total bytes requested.

Referenced by XUartNs550_CfgInitialize(), XUartNs550_Recv(), and XUartNs550_Send().