HAL + 0/6 examples
CodeScope will show references to RCC_CLK48CLKSOURCE_PLLSAIP from the following samples and libraries:
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALRCC_CLK48CLKSOURCE_PLLSAIP

RCC_CLK48CLKSOURCE_PLLSAIP macro

Syntax

#define RCC_CLK48CLKSOURCE_PLLSAIP ((uint32_t)RCC_DCKCFGR2_CK48MSEL)

Examples

RCC_CLK48CLKSOURCE_PLLSAIP is referenced by 6 libraries and example projects.

References

LocationText
stm32f4xx_hal_rcc_ex.h:604
#define RCC_CLK48CLKSOURCE_PLLSAIP ((uint32_t)RCC_DCKCFGR_CK48MSEL)
stm32f4xx_hal_rcc_ex.h:696
#define RCC_CLK48CLKSOURCE_PLLSAIP ((uint32_t)RCC_DCKCFGR2_CK48MSEL)
stm32_hal_legacy.h:3727
#define RCC_CK48CLKSOURCE_PLLSAIP RCC_CLK48CLKSOURCE_PLLSAIP
stm32f4xx_hal_rcc_ex.c:271
if(PeriphClkInit->Clk48ClockSelection == RCC_CLK48CLKSOURCE_PLLSAIP)
stm32f4xx_hal_rcc_ex.c:453
stm32f4xx_hal_rcc_ex.c:995
(PeriphClkInit->Clk48ClockSelection == RCC_CLK48CLKSOURCE_PLLSAIP)))
stm32f4xx_hal_rcc_ex.c:1055
(PeriphClkInit->Clk48ClockSelection == RCC_CLK48CLKSOURCE_PLLSAIP))
stm32f4xx_hal_rcc_ex.h:7058
((SOURCE) == RCC_CLK48CLKSOURCE_PLLSAIP))
stm32f4xx_hal_rcc_ex.h:7076
((SOURCE) == RCC_CLK48CLKSOURCE_PLLSAIP))