MAX32670 Peripheral Driver API
Peripheral Driver API for the MAX32670
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
UART_Registers

Modules

 Register Offsets
 
 UART_CTRL
 
 UART_STATUS
 
 UART_INT_EN
 
 UART_INT_FL
 
 UART_CLKDIV
 
 UART_OSR
 
 UART_TXPEEK
 
 UART_PNR
 
 UART_FIFO
 
 UART_DMA
 
 UART_WKEN
 
 UART_WKFL
 

Files

file  uart_regs.h
 

Data Structures

struct  mxc_uart_regs_t
 

Detailed Description

Registers, Bit Masks and Bit Positions for the UART Peripheral Module.

UART Low Power Registers


Data Structure Documentation

◆ mxc_uart_regs_t

struct mxc_uart_regs_t

Structure type to access the UART Registers.

Data Fields

__IO uint32_t ctrl
 
__I uint32_t status
 
__IO uint32_t int_en
 
__IO uint32_t int_fl
 
__IO uint32_t clkdiv
 
__IO uint32_t osr
 
__IO uint32_t txpeek
 
__IO uint32_t pnr
 
__IO uint32_t fifo
 
__IO uint32_t dma
 
__IO uint32_t wken
 
__IO uint32_t wkfl
 

Field Documentation

◆ clkdiv

__IO uint32_t clkdiv

0x0010: UART CLKDIV Register

◆ ctrl

__IO uint32_t ctrl

0x0000: UART CTRL Register

◆ dma

__IO uint32_t dma

0x0030: UART DMA Register

◆ fifo

__IO uint32_t fifo

0x0020: UART FIFO Register

◆ int_en

__IO uint32_t int_en

0x0008: UART INT_EN Register

◆ int_fl

__IO uint32_t int_fl

0x000C: UART INT_FL Register

◆ osr

__IO uint32_t osr

0x0014: UART OSR Register

◆ pnr

__IO uint32_t pnr

0x001C: UART PNR Register

◆ status

__I uint32_t status

0x0004: UART STATUS Register

◆ txpeek

__IO uint32_t txpeek

0x0018: UART TXPEEK Register

◆ wken

__IO uint32_t wken

0x0034: UART WKEN Register

◆ wkfl

__IO uint32_t wkfl

0x0038: UART WKFL Register