UART component registers. More...
UART component registers.
Definition at line 26 of file cc26xx_cc13xx_uart.h.
#include <cc26xx_cc13xx_uart.h>
Data Fields | ||
| reg32_t | DR | |
| Data. | ||
| union { | ||
| reg32_t RSR | ||
| Status. More... | ||
| reg32_t ECR | ||
| Error clear. More... | ||
| }; | ||
| reg32_t | __reserved1 [4] | |
| Reserved. | ||
| reg32_t | FR | |
| flag | ||
| reg32_t | __reserved2 [2] | |
| Reserved. | ||
| reg32_t | IBRD | |
| Integer baud-rate divisor. | ||
| reg32_t | FBRD | |
| Fractional baud-rate divisor. | ||
| reg32_t | LCRH | |
| Line control. | ||
| reg32_t | CTL | |
| Control. | ||
| reg32_t | IFLS | |
| Interrupt fifo level select. | ||
| reg32_t | IMSC | |
| Interrupt mask set/clear. | ||
| reg32_t | RIS | |
| Raw interrupt status. | ||
| reg32_t | MIS | |
| Masked interrupt status. | ||
| reg32_t | ICR | |
| Interrupt clear. | ||
| reg32_t | DMACTL | |
| MMA control. | ||
| reg32_t uart_regs_t::__reserved1[4] |
Reserved.
Definition at line 32 of file cc26xx_cc13xx_uart.h.
| reg32_t uart_regs_t::__reserved2[2] |
Reserved.
Definition at line 34 of file cc26xx_cc13xx_uart.h.
| reg32_t uart_regs_t::CTL |
Control.
Definition at line 38 of file cc26xx_cc13xx_uart.h.
| reg32_t uart_regs_t::DMACTL |
MMA control.
Definition at line 44 of file cc26xx_cc13xx_uart.h.
| reg32_t uart_regs_t::DR |
Data.
Definition at line 27 of file cc26xx_cc13xx_uart.h.
| reg32_t uart_regs_t::ECR |
Error clear.
Definition at line 30 of file cc26xx_cc13xx_uart.h.
| reg32_t uart_regs_t::FBRD |
Fractional baud-rate divisor.
Definition at line 36 of file cc26xx_cc13xx_uart.h.
| reg32_t uart_regs_t::FR |
flag
Definition at line 33 of file cc26xx_cc13xx_uart.h.
| reg32_t uart_regs_t::IBRD |
Integer baud-rate divisor.
Definition at line 35 of file cc26xx_cc13xx_uart.h.
| reg32_t uart_regs_t::ICR |
Interrupt clear.
Definition at line 43 of file cc26xx_cc13xx_uart.h.
| reg32_t uart_regs_t::IFLS |
Interrupt fifo level select.
Definition at line 39 of file cc26xx_cc13xx_uart.h.
| reg32_t uart_regs_t::IMSC |
Interrupt mask set/clear.
Definition at line 40 of file cc26xx_cc13xx_uart.h.
| reg32_t uart_regs_t::LCRH |
Line control.
Definition at line 37 of file cc26xx_cc13xx_uart.h.
| reg32_t uart_regs_t::MIS |
Masked interrupt status.
Definition at line 42 of file cc26xx_cc13xx_uart.h.
| reg32_t uart_regs_t::RIS |
Raw interrupt status.
Definition at line 41 of file cc26xx_cc13xx_uart.h.
| reg32_t uart_regs_t::RSR |
Status.
Definition at line 29 of file cc26xx_cc13xx_uart.h.