Home
last modified time | relevance | path

Searched refs:RCC_OSPICLKSOURCE_PLL (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h531 #define RCC_OSPICLKSOURCE_PLL RCC_CCIPR2_OSPISEL_1 /*!< PLL "Q" clock (PLL48M1CLK) */ macro
2108 ((__SOURCE__) == RCC_OSPICLKSOURCE_PLL))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h1386 #define RCC_OSPICLKSOURCE_PLL RCC_CDCCIPR_OCTOSPISEL_0 macro
1392 #define RCC_OSPICLKSOURCE_PLL RCC_D1CCIPR_OCTOSPISEL_0 macro
4368 ((__SOURCE__) == RCC_OSPICLKSOURCE_PLL) || \
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h729 #define RCC_OSPICLKSOURCE_PLL RCC_CCIPR2_OSPISEL_1 macro
2929 ((__SOURCE__) == RCC_OSPICLKSOURCE_PLL))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c808 if(PeriphClkInit->OspiClockSelection == RCC_OSPICLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
2000 case RCC_OSPICLKSOURCE_PLL: in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c671 if (PeriphClkInit->OspiClockSelection == RCC_OSPICLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c560 case RCC_OSPICLKSOURCE_PLL: /* PLL is used as clock source for OSPI*/ in HAL_RCCEx_PeriphCLKConfig()