![]() |
Imt.Base C++ API V4.1.1.0
|
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 |
USART init structure definition.
Definition at line 103 of file SystemPeripherals_USART.h.
uint32_t USART_InitStruct::BaudRate |
Definition at line 108 of file SystemPeripherals_USART.h.
USART_DataBits USART_InitStruct::DataBits |
Definition at line 111 of file SystemPeripherals_USART.h.
USART_HardwareFlowControl USART_InitStruct::HardwareFlowControl |
Definition at line 127 of file SystemPeripherals_USART.h.
USART_Mode USART_InitStruct::Mode |
Definition at line 124 of file SystemPeripherals_USART.h.
USART_Parity USART_InitStruct::Parity |
Definition at line 121 of file SystemPeripherals_USART.h.
USART_StopBits USART_InitStruct::StopBits |
Definition at line 114 of file SystemPeripherals_USART.h.