HAL + 0/1 examples
CodeScope will show references to SMARTCARD_InitTypeDef::BaudRate from the following samples and libraries:
Examples
STM324xG_EVAL
Examples
SMARTCARD
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALSMARTCARD_InitTypeDef::BaudRate

SMARTCARD_InitTypeDef::BaudRate field

This member configures the SmartCard communication baud rate. The baud rate is computed using the following formula: - IntegerDivider = ((PCLKx) / (16 * (hsc->Init.BaudRate))) - FractionalDivider = ((IntegerDivider - ((uint32_t) IntegerDivider)) * 16) + 0.5

Syntax

uint32_t BaudRate;

Examples

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

References

LocationReferrerText
stm32f4xx_hal_smartcard.h:48
uint32_t BaudRate; /*!< This member configures the SmartCard communication baud rate.
stm32f4xx_hal_smartcard.c:2330SMARTCARD_SetConfig()
hsc->Instance->BRR = SMARTCARD_BRR(pclk, hsc->Init.BaudRate);
stm32f4xx_hal_smartcard.c:2342SMARTCARD_SetConfig()
hsc->Instance->BRR = SMARTCARD_BRR(pclk, hsc->Init.BaudRate);

Data Use

Functions reading SMARTCARD_InitTypeDef::BaudRate
SMARTCARD_InitTypeDef::BaudRate
all items filtered out
Type of SMARTCARD_InitTypeDef::BaudRate
SMARTCARD_InitTypeDef::BaudRate
uint32_t
all items filtered out