HAL
LL_SPI_BAUDRATEPRESCALER_DIV2 is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_SPI_BAUDRATEPRESCALER_DIV2

LL_SPI_BAUDRATEPRESCALER_DIV2 macro

BaudRate control equal to fPCLK/2

Syntax

#define LL_SPI_BAUDRATEPRESCALER_DIV2 0x00000000U

References

LocationText
stm32f4xx_ll_spi.h:183
#define LL_SPI_BAUDRATEPRESCALER_DIV2 0x00000000U /*!< BaudRate control equal to fPCLK/2 */
stm32f4xx_ll_spi.c:290
SPI_InitStruct->BaudRate = LL_SPI_BAUDRATEPRESCALER_DIV2;