Arrow / Mbed OS DAPLink Reset
Embed: (wiki syntax)

« Back to documentation index

mxc_uart_regs_t Struct Reference

mxc_uart_regs_t Struct Reference
[UART Registers]

Structure type for the UART peripheral registers allowing direct 32-bit access to each register. More...

#include <uart_regs.h>

Data Fields

__IO uint32_t ctrl
 0x0000: UART_CTRL Register - UART Control Register.
__IO uint32_t baud
 0x0004: UART_BAUD Register - UART Baud Control Register.
__IO uint32_t tx_fifo_ctrl
 0x0008: UART_TX_FIFO_CTRL Register - UART TX FIFO Control Register.
__IO uint32_t rx_fifo_ctrl
 0x000C: UART_RX_FIFO_CTRL Register - UART RX FIFO Control Register.
__IO uint32_t md_ctrl
 0x0010: UART_MD_CTRL Register - UART Multidrop Control Register.
__IO uint32_t intfl
 0x0014: UART_INTFL Register - UART Interrupt Flags.
__IO uint32_t inten
 0x0018: UART_INTEN Register - UART Interrupt Enable/Disable Control.
__R uint32_t idle
 0x001C: UART_IDLE Register - UART Idle Status

Detailed Description

Structure type for the UART peripheral registers allowing direct 32-bit access to each register.

Definition at line 67 of file max32620/uart_regs.h.


Field Documentation

__IO uint32_t baud

0x0004: UART_BAUD Register - UART Baud Control Register.

Definition at line 69 of file max32620/uart_regs.h.

__IO uint32_t ctrl

0x0000: UART_CTRL Register - UART Control Register.

Definition at line 68 of file max32620/uart_regs.h.

__R uint32_t idle

0x001C: UART_IDLE Register - UART Idle Status

Definition at line 76 of file max32620/uart_regs.h.

__IO uint32_t inten

0x0018: UART_INTEN Register - UART Interrupt Enable/Disable Control.

Definition at line 74 of file max32620/uart_regs.h.

__IO uint32_t intfl

0x0014: UART_INTFL Register - UART Interrupt Flags.

Definition at line 73 of file max32620/uart_regs.h.

__IO uint32_t md_ctrl

0x0010: UART_MD_CTRL Register - UART Multidrop Control Register.

Definition at line 72 of file max32620/uart_regs.h.

__IO uint32_t rx_fifo_ctrl

0x000C: UART_RX_FIFO_CTRL Register - UART RX FIFO Control Register.

Definition at line 71 of file max32620/uart_regs.h.

__IO uint32_t tx_fifo_ctrl

0x0008: UART_TX_FIFO_CTRL Register - UART TX FIFO Control Register.

Definition at line 70 of file max32620/uart_regs.h.