ADuCM4x50 Device Drivers API Reference Manual  Release 4.0.0.0
ADI_UART_RX_BUFFER_INFO Struct Reference

#include <adi_uart.h>

Data Fields

void * pStartAddress
 
uint32_t nBufferSize
 
uint32_t nBytesNumber
 

Detailed Description

Structure for managing Rx buffers.

Definition at line 294 of file adi_uart.h.

Field Documentation

◆ pStartAddress

void* pStartAddress

Address of buffer passed down to the UART driver.

Definition at line 296 of file adi_uart.h.

◆ nBufferSize

uint32_t nBufferSize

Number of bytes a buffer can store.

Definition at line 297 of file adi_uart.h.

◆ nBytesNumber

uint32_t nBytesNumber

Number of bytes received.

Definition at line 298 of file adi_uart.h.