HAL
__USART_HandleTypeDef::Init is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHAL__USART_HandleTypeDef::Init

__USART_HandleTypeDef::Init field

Usart communication parameters

References

LocationReferrerText
stm32f4xx_hal_usart.h:102
USART_InitTypeDef Init; /*!< Usart communication parameters */
stm32f4xx_hal_usart.c:769HAL_USART_Transmit()
stm32f4xx_hal_usart.c:857HAL_USART_Receive()
stm32f4xx_hal_usart.c:894HAL_USART_Receive()
stm32f4xx_hal_usart.c:953HAL_USART_TransmitReceive()
stm32f4xx_hal_usart.c:975HAL_USART_TransmitReceive()
stm32f4xx_hal_usart.c:1031HAL_USART_TransmitReceive()
stm32f4xx_hal_usart.c:1147HAL_USART_Receive_IT()
stm32f4xx_hal_usart.c:1212HAL_USART_TransmitReceive_IT()
stm32f4xx_hal_usart.c:1370HAL_USART_Receive_DMA()
stm32f4xx_hal_usart.c:1468HAL_USART_TransmitReceive_DMA()
stm32f4xx_hal_usart.c:2502USART_Transmit_IT()
stm32f4xx_hal_usart.c:2569USART_Receive_IT()
stm32f4xx_hal_usart.c:2581USART_Receive_IT()
stm32f4xx_hal_usart.c:2649USART_TransmitReceive_IT()
stm32f4xx_hal_usart.c:2674USART_TransmitReceive_IT()
stm32f4xx_hal_usart.c:2682USART_TransmitReceive_IT()
stm32f4xx_hal_usart.c:2765USART_SetConfig()
tmpreg |= (uint32_t)(USART_CLOCK_ENABLE | husart->Init.CLKPolarity |
stm32f4xx_hal_usart.c:2766USART_SetConfig()
stm32f4xx_hal_usart.c:2782USART_SetConfig()
tmpreg |= (uint32_t)husart->Init.WordLength | husart->Init.Parity | husart->Init.Mode | USART_CR1_OVER8;
stm32f4xx_hal_usart.c:2796USART_SetConfig()
husart->Instance->BRR = USART_BRR(pclk, husart->Init.BaudRate);
stm32f4xx_hal_usart.c:2802USART_SetConfig()
stm32f4xx_hal_usart.c:2814USART_SetConfig()

Data Use

Type of __USART_HandleTypeDef::Init
__USART_HandleTypeDef::Init
all items filtered out