Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rcc_ex.c381 assert_param(IS_RCC_CLK48SOURCE(PeriphClkInit->Clk48ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1062 assert_param(IS_RCC_CLK48SOURCE(PeriphClkInit->Clk48ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc_ex.h3487 #define IS_RCC_CLK48SOURCE(SOURCE) \ macro