libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
USART register base addresses

Holds all the U(S)ART peripherals supported. More...

Collaboration diagram for USART register base addresses:

Macros

#define USART1   USART1_BASE
 
#define USART2   USART2_BASE
 
#define USART4   USART4_BASE
 
#define USART5   USART5_BASE
 
#define LPUART1   LPUART1_BASE
 

Detailed Description

Holds all the U(S)ART peripherals supported.

Macro Definition Documentation

◆ LPUART1

#define LPUART1   LPUART1_BASE

Definition at line 43 of file l0/usart.h.

◆ USART1

#define USART1   USART1_BASE

Definition at line 39 of file l0/usart.h.

◆ USART2

#define USART2   USART2_BASE

Definition at line 40 of file l0/usart.h.

◆ USART4

#define USART4   USART4_BASE

Definition at line 41 of file l0/usart.h.

◆ USART5

#define USART5   USART5_BASE

Definition at line 42 of file l0/usart.h.