Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
USART_InitStruct Struct Reference

USART init structure definition. More...

#include <Imt.Base.HAL.STM32F103HD/SystemPeripherals_USART.h>

Public Attributes

uint32_t BaudRate
 
USART_DataBits DataBits
 
USART_StopBits StopBits
 
USART_Parity Parity
 
USART_Mode Mode
 
USART_HardwareFlowControl HardwareFlowControl
 

Detailed Description

USART init structure definition.

Definition at line 103 of file SystemPeripherals_USART.h.

Member Data Documentation

◆ BaudRate

uint32_t USART_InitStruct::BaudRate

Definition at line 108 of file SystemPeripherals_USART.h.

◆ DataBits

USART_DataBits USART_InitStruct::DataBits

Definition at line 111 of file SystemPeripherals_USART.h.

◆ HardwareFlowControl

USART_HardwareFlowControl USART_InitStruct::HardwareFlowControl

Definition at line 127 of file SystemPeripherals_USART.h.

◆ Mode

USART_Mode USART_InitStruct::Mode

Definition at line 124 of file SystemPeripherals_USART.h.

◆ Parity

USART_Parity USART_InitStruct::Parity

Definition at line 121 of file SystemPeripherals_USART.h.

◆ StopBits

USART_StopBits USART_InitStruct::StopBits

Definition at line 114 of file SystemPeripherals_USART.h.


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