HAL
USART_InitTypeDef::Mode is only used within HAL.
 
Symbols
loading...
Files
loading...

USART_InitTypeDef::Mode field

Specifies whether the Receive or Transmit mode is enabled or disabled. This parameter can be a value of USART_Mode

Syntax

uint32_t Mode;

References

LocationReferrerText
stm32f4xx_hal_usart.h:66
uint32_t Mode; /*!< Specifies whether the Receive or Transmit mode is enabled or disabled.
stm32f4xx_hal_usart.c:2782USART_SetConfig()
tmpreg |= (uint32_t)husart->Init.WordLength | husart->Init.Parity | husart->Init.Mode | USART_CR1_OVER8;

Data Use

Functions reading USART_InitTypeDef::Mode
USART_InitTypeDef::Mode
all items filtered out
Type of USART_InitTypeDef::Mode
USART_InitTypeDef::Mode
uint32_t
all items filtered out