#include <uart.h>
Data Fields | |
| uart_hwreg_t * | hwreg |
| Pointer to Hardware Register Map */. | |
| cfg_dataLength_t | dataLength |
| Data Length Configuration */. | |
| cfg_dataParity_t | parity |
| Parity Configuration */. | |
| cfg_stopBits_t | stop |
| Stop Bits Configuration */. | |
| u32 | clockDivider |
| Clock Divider Value */. | |
| u8 | irqn |
| UART IRQ Number */. | |
UART instance. Holds the software registers and hardware pointer.
| cfg_dataLength_t uart_instance_t::dataLength |
| uart_hwreg_t* uart_instance_t::hwreg |
| cfg_dataParity_t uart_instance_t::parity |
| cfg_stopBits_t uart_instance_t::stop |