Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc.c555 __HAL_RCC_HSI14ADC_DISABLE(); in HAL_RCC_OscConfig()
586 __HAL_RCC_HSI14ADC_DISABLE(); in HAL_RCC_OscConfig()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc.h1151 #define __HAL_RCC_HSI14ADC_DISABLE() SET_BIT(RCC->CR2, RCC_CR2_HSI14DIS) macro