ADuCM4x50 Device Drivers API Reference Manual
Release 4.0.0.0
|
#include <adi_uart.h>
Data Fields | |
void * | pStartAddress |
uint32_t | nBufferSize |
uint32_t | nBytesNumber |
Structure for managing Rx buffers.
Definition at line 294 of file adi_uart.h.
void* pStartAddress |
Address of buffer passed down to the UART driver.
Definition at line 296 of file adi_uart.h.
uint32_t nBufferSize |
Number of bytes a buffer can store.
Definition at line 297 of file adi_uart.h.
uint32_t nBytesNumber |
Number of bytes received.
Definition at line 298 of file adi_uart.h.