Loading...
Searching...
No Matches
uart_regs_t Struct Reference

UART component registers. More...

Detailed Description

UART component registers.

Definition at line 30 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.
 

Field Documentation

◆ __reserved1

reg32_t uart_regs_t::__reserved1[4]

Reserved.

Definition at line 36 of file cc26xx_cc13xx_uart.h.

◆ __reserved2

reg32_t uart_regs_t::__reserved2[2]

Reserved.

Definition at line 38 of file cc26xx_cc13xx_uart.h.

◆ CTL

reg32_t uart_regs_t::CTL

Control.

Definition at line 42 of file cc26xx_cc13xx_uart.h.

◆ DMACTL

reg32_t uart_regs_t::DMACTL

MMA control.

Definition at line 48 of file cc26xx_cc13xx_uart.h.

◆ DR

reg32_t uart_regs_t::DR

Data.

Definition at line 31 of file cc26xx_cc13xx_uart.h.

◆ ECR

reg32_t uart_regs_t::ECR

Error clear.

Definition at line 34 of file cc26xx_cc13xx_uart.h.

◆ FBRD

reg32_t uart_regs_t::FBRD

Fractional baud-rate divisor.

Definition at line 40 of file cc26xx_cc13xx_uart.h.

◆ FR

reg32_t uart_regs_t::FR

flag

Definition at line 37 of file cc26xx_cc13xx_uart.h.

◆ IBRD

reg32_t uart_regs_t::IBRD

Integer baud-rate divisor.

Definition at line 39 of file cc26xx_cc13xx_uart.h.

◆ ICR

reg32_t uart_regs_t::ICR

Interrupt clear.

Definition at line 47 of file cc26xx_cc13xx_uart.h.

◆ IFLS

reg32_t uart_regs_t::IFLS

Interrupt fifo level select.

Definition at line 43 of file cc26xx_cc13xx_uart.h.

◆ IMSC

reg32_t uart_regs_t::IMSC

Interrupt mask set/clear.

Definition at line 44 of file cc26xx_cc13xx_uart.h.

◆ LCRH

reg32_t uart_regs_t::LCRH

Line control.

Definition at line 41 of file cc26xx_cc13xx_uart.h.

◆ MIS

reg32_t uart_regs_t::MIS

Masked interrupt status.

Definition at line 46 of file cc26xx_cc13xx_uart.h.

◆ RIS

reg32_t uart_regs_t::RIS

Raw interrupt status.

Definition at line 45 of file cc26xx_cc13xx_uart.h.

◆ RSR

reg32_t uart_regs_t::RSR

Status.

Definition at line 33 of file cc26xx_cc13xx_uart.h.


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