Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc.h135 …14__) == RCC_HSI14_OFF) || ((__HSI14__) == RCC_HSI14_ON) || ((__HSI14__) == RCC_HSI14_ADC_CONTROL))
339 #define RCC_HSI14_ADC_CONTROL (~RCC_CR2_HSI14DIS) macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc.c575 else if(RCC_OscInitStruct->HSI14State == RCC_HSI14_ADC_CONTROL) in HAL_RCC_OscConfig()