HAL + 0/1 examples
CodeScope will show references to LL_USART_InitTypeDef::BaudRate from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
USART
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_USART_InitTypeDef::BaudRate

LL_USART_InitTypeDef::BaudRate field

This field defines expected Usart communication baud rate. This feature can be modified afterwards using unitary function LL_USART_SetBaudRate().

Syntax

uint32_t BaudRate;

Examples

LL_USART_InitTypeDef::BaudRate is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_usart.h:75
uint32_t BaudRate; /*!< This field defines expected Usart communication baud rate.
stm32f4xx_ll_usart.c:364LL_USART_Init()
&& (USART_InitStruct->BaudRate != 0U))
stm32f4xx_ll_usart.c:370LL_USART_Init()
USART_InitStruct->BaudRate);
stm32f4xx_ll_usart.c:391LL_USART_StructInit()
USART_InitStruct->BaudRate = 9600U;

Data Use

Functions writing LL_USART_InitTypeDef::BaudRate
Functions reading LL_USART_InitTypeDef::BaudRate
all items filtered out
LL_USART_InitTypeDef::BaudRate
all items filtered out
Type of LL_USART_InitTypeDef::BaudRate
LL_USART_InitTypeDef::BaudRate
uint32_t
all items filtered out