Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h1791 #define IS_RCC_FMCCLKSOURCE(__SOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc_ex.h781 #define IS_RCC_FMCCLKSOURCE(SOURCE) (((SOURCE) == RCC_FMCCLKSOURCE_ACLK) || \ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h2760 #define IS_RCC_FMCCLKSOURCE(__SOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c188 assert_param(IS_RCC_FMCCLKSOURCE(PeriphClkInit->FmcClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c1369 assert_param(IS_RCC_FMCCLKSOURCE(PeriphClkInit->FmcClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c438 assert_param(IS_RCC_FMCCLKSOURCE(PeriphClkInit->FmcClockSelection)); in HAL_RCCEx_PeriphCLKConfig()