Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c5301 assert_param(IS_RCC_PLL2_VCORGE_VALUE(pPLL2Init->PLL2VCOSEL)); in HAL_RCCEx_EnablePLL2()
6138 assert_param(IS_RCC_PLL2_VCORGE_VALUE(pll2->PLL2VCOSEL)); in RCCEx_PLL2_Config()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h3235 #define IS_RCC_PLL2_VCORGE_VALUE(VALUE) (((VALUE) == RCC_PLL2_VCORANGE_WIDE) || ((VALUE) == RCC_PLL… macro