Home
last modified time | relevance | path

Searched refs:IS_RCC_PLL1_SOURCE (Results 1 – 23 of 23) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc.c856 assert_param(IS_RCC_PLL1_SOURCE(pOscInitStruct->PLL.PLLSource)); in HAL_RCC_OscConfig()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3862 #define IS_RCC_PLLSOURCE IS_RCC_PLL1_SOURCE
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3812 #define IS_RCC_PLLSOURCE IS_RCC_PLL1_SOURCE
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/Legacy/
Dstm32_hal_legacy.h3833 #define IS_RCC_PLLSOURCE IS_RCC_PLL1_SOURCE
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3862 #define IS_RCC_PLLSOURCE IS_RCC_PLL1_SOURCE
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3862 #define IS_RCC_PLLSOURCE IS_RCC_PLL1_SOURCE
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3862 #define IS_RCC_PLLSOURCE IS_RCC_PLL1_SOURCE
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/Legacy/
Dstm32_hal_legacy.h3848 #define IS_RCC_PLLSOURCE IS_RCC_PLL1_SOURCE
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/Legacy/
Dstm32_hal_legacy.h3847 #define IS_RCC_PLLSOURCE IS_RCC_PLL1_SOURCE
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3847 #define IS_RCC_PLLSOURCE IS_RCC_PLL1_SOURCE
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3832 #define IS_RCC_PLLSOURCE IS_RCC_PLL1_SOURCE
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/Legacy/
Dstm32_hal_legacy.h3860 #define IS_RCC_PLLSOURCE IS_RCC_PLL1_SOURCE
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3826 #define IS_RCC_PLLSOURCE IS_RCC_PLL1_SOURCE
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3849 #define IS_RCC_PLLSOURCE IS_RCC_PLL1_SOURCE
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3812 #define IS_RCC_PLLSOURCE IS_RCC_PLL1_SOURCE
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3849 #define IS_RCC_PLLSOURCE IS_RCC_PLL1_SOURCE
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3832 #define IS_RCC_PLLSOURCE IS_RCC_PLL1_SOURCE
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3832 #define IS_RCC_PLLSOURCE IS_RCC_PLL1_SOURCE
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3847 #define IS_RCC_PLLSOURCE IS_RCC_PLL1_SOURCE
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3862 #define IS_RCC_PLLSOURCE IS_RCC_PLL1_SOURCE
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3810 #define IS_RCC_PLLSOURCE IS_RCC_PLL1_SOURCE
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3863 #define IS_RCC_PLLSOURCE IS_RCC_PLL1_SOURCE
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc.h4966 #define IS_RCC_PLL1_SOURCE(SOURCE) (((SOURCE) == RCC_PLL1_SOURCE_CSI) || \ macro