HAL + 0/2 examples
CodeScope will show references to RCC_SAI2CLKSOURCE_PLLSAI from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Examples
SAI
 
Symbols
loading...
Files
loading...

RCC_SAI2CLKSOURCE_PLLSAI macro

Syntax

#define RCC_SAI2CLKSOURCE_PLLSAI 0x00000000U

Examples

RCC_SAI2CLKSOURCE_PLLSAI is referenced by 2 libraries and example projects.

References

LocationText
stm32f4xx_hal_rcc_ex.h:643
#define RCC_SAI2CLKSOURCE_PLLSAI 0x00000000U
stm32f4xx_hal_rcc_ex.c:170
if(PeriphClkInit->Sai2ClockSelection == RCC_SAI2CLKSOURCE_PLLSAI)
stm32f4xx_hal_rcc_ex.c:433
stm32f4xx_hal_rcc_ex.h:7035
#define IS_RCC_SAI2CLKSOURCE(SOURCE) (((SOURCE) == RCC_SAI2CLKSOURCE_PLLSAI) ||\