HAL_RCCEx_GetPeriphCLKFreq (RCC_PERIPHCLK_USART2) function
Hi, I'm working with the stm32f030c8 processor and I'm trying to use the MY_VAR = HAL_RCCEx_GetPeriphCLKFreq (RCC_PERIPHCLK_USART2) function;But in the stm32f0xx_hal_rcc_ex.h file there is no definition of RCC_PERIPHCLK_USART2 for the stm32f030c8 whi...