Home
last modified time | relevance | path

Searched refs:IS_RCC_SPI3I2S_CLOCK_SOURCE (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_rcc_ex.h89 #define IS_RCC_SPI3I2S_CLOCK_SOURCE(__SOURCE__) \ macro
94 #define IS_RCC_SPI3I2S_CLOCK_SOURCE(__SOURCE__) \
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_rcc_ex.c138 assert_param(IS_RCC_SPI3I2S_CLOCK_SOURCE(PeriphClkInit->SPI3I2SClockSelection)); in HAL_RCCEx_PeriphCLKConfig()