Home
last modified time | relevance | path

Searched refs:IS_RCC_PLL2_MUL (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rcc_ex.c752 assert_param(IS_RCC_PLL2_MUL(PLL2Init->PLL2MUL)); in HAL_RCCEx_EnablePLL2()
Dstm32f1xx_hal_rcc.c612 assert_param(IS_RCC_PLL2_MUL(RCC_OscInitStruct->PLL2.PLL2MUL)); in HAL_RCC_OscConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc_ex.h142 #define IS_RCC_PLL2_MUL(__MUL__) (((__MUL__) == RCC_PLL2_MUL8) || ((__MUL__) == RCC_PLL2_MUL9) ||… macro