Herzog Library 00.00.01  rel_libdev.herzog.00.00.01.10606
Data Fields
UART_Dev_State_t Struct Reference

A structure to represent UART device state. More...

#include <uart_device.h>

Data Fields

uint32_t buf_size
 
uint32_t rx_outptr
 
uint32_t rx_inptr
 
uint32_t tx_outptr
 
uint32_t tx_inptr
 
uint8_t tx_init
 
uint8_t tx_buffer [UART_BUFF_SIZE]
 
uint8_t rx_buffer [UART_BUFF_SIZE]
 
uint32_t cb_size
 
uart_cb_func_t cb
 

Detailed Description

A structure to represent UART device state.

Field Documentation

uint32_t buf_size
uint32_t cb_size
uint8_t rx_buffer[UART_BUFF_SIZE]
uint32_t rx_inptr
uint32_t rx_outptr
uint8_t tx_buffer[UART_BUFF_SIZE]
uint8_t tx_init
uint32_t tx_inptr
uint32_t tx_outptr

The documentation for this struct was generated from the following file: