Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc.c1365 assert_param(IS_RCC_MCO3SOURCE(RCC_MCOSource)); in HAL_RCC_MCOConfig()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rcc.h221 #define IS_RCC_MCO3SOURCE(__SOURCE__) IS_RCC_MCO1SOURCE((__SOURCE__)) macro