Home
last modified time | relevance | path

Searched refs:IS_RCC_SPI2CLKSOURCE (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h3649 #define IS_RCC_SPI2CLKSOURCE(__SOURCE__) \ macro
3669 #define IS_RCC_SPI2CLKSOURCE(__SOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c269 #define IS_RCC_SPI2CLKSOURCE(__SOURCE__) \ macro
1009 assert_param(IS_RCC_SPI2CLKSOURCE(pPeriphClkInit->Spi2ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h2935 #define IS_RCC_SPI2CLKSOURCE(__SOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1985 assert_param(IS_RCC_SPI2CLKSOURCE(pPeriphClkInit->Spi2ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c1604 assert_param(IS_RCC_SPI2CLKSOURCE(PeriphClkInit->Spi2ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()