Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c3702 assert_param(IS_RCC_PLL2Q_VALUE(pll2->PLL2Q)); in RCCEx_PLL2_Config()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h4292 #define IS_RCC_PLL2Q_VALUE(VALUE) ((1U <= (VALUE)) && ((VALUE) <= 128U)) macro