DIY Logging Volt/Ampmeter
USART_TypeDef Struct Reference

Universal Synchronous Asynchronous Receiver Transmitter. More...

#include <stm32f103xb.h>

Data Fields

__IO uint32_t SR
 
__IO uint32_t DR
 
__IO uint32_t BRR
 
__IO uint32_t CR1
 
__IO uint32_t CR2
 
__IO uint32_t CR3
 
__IO uint32_t GTPR
 

Detailed Description

Universal Synchronous Asynchronous Receiver Transmitter.

Definition at line 507 of file stm32f103xb.h.

Field Documentation

◆ BRR

__IO uint32_t USART_TypeDef::BRR

USART Baud rate register, Address offset: 0x08

Definition at line 511 of file stm32f103xb.h.

◆ CR1

__IO uint32_t USART_TypeDef::CR1

USART Control register 1, Address offset: 0x0C

Definition at line 512 of file stm32f103xb.h.

◆ CR2

__IO uint32_t USART_TypeDef::CR2

USART Control register 2, Address offset: 0x10

Definition at line 513 of file stm32f103xb.h.

◆ CR3

__IO uint32_t USART_TypeDef::CR3

USART Control register 3, Address offset: 0x14

Definition at line 514 of file stm32f103xb.h.

◆ DR

__IO uint32_t USART_TypeDef::DR

USART Data register, Address offset: 0x04

Definition at line 510 of file stm32f103xb.h.

◆ GTPR

__IO uint32_t USART_TypeDef::GTPR

USART Guard time and prescaler register, Address offset: 0x18

Definition at line 515 of file stm32f103xb.h.

◆ SR

__IO uint32_t USART_TypeDef::SR

USART Status register, Address offset: 0x00

Definition at line 509 of file stm32f103xb.h.


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