Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
USART_TypeDef Struct Reference
[Peripheral_registers_structures]
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 554 of file stm32f103xb.h.
Field Documentation
__IO uint32_t BRR |
USART Baud rate register, Address offset: 0x08
Definition at line 558 of file stm32f103xb.h.
__IO uint32_t CR1 |
USART Control register 1, Address offset: 0x0C
Definition at line 559 of file stm32f103xb.h.
__IO uint32_t CR2 |
USART Control register 2, Address offset: 0x10
Definition at line 560 of file stm32f103xb.h.
__IO uint32_t CR3 |
USART Control register 3, Address offset: 0x14
Definition at line 561 of file stm32f103xb.h.
__IO uint32_t DR |
USART Data register, Address offset: 0x04
Definition at line 557 of file stm32f103xb.h.
__IO uint32_t GTPR |
USART Guard time and prescaler register, Address offset: 0x18
Definition at line 562 of file stm32f103xb.h.
__IO uint32_t SR |
USART Status register, Address offset: 0x00
Definition at line 556 of file stm32f103xb.h.
Generated on Tue Jul 12 2022 15:37:38 by
