|
Herzog Library 00.00.01
rel_libdev.herzog.00.00.01.10606
|
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 |
A structure to represent UART device state.
| 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 |
1.8.9.1