no SPI2 clock enable api/macro in stm32f0xx_hal_rcc.h
im using STM32F030R8T6 (nucleo F030R8 board)
i tried to enable SPI2 peripheral clock, but i cant find any line in stm32f0xx_hal_rcc.h to enable spi2 clock,
but there is macro for SPI1
__HAL_RCC_SPI1_CLK_ENABLE()only few marcos for RCC_APB1ENR present in stm32f0xx_hal_rcc.h is there any reason for this.
or iam i missed any configuration for stm32f030R8
firmware: STM32Cube_FW_F0_V1.9.0
