Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc.h135 #define IS_RCC_HSI14(__HSI14__) (((__HSI14__) == RCC_HSI14_OFF) || ((__HSI14__) == RCC_HSI14_ON) ||…
338 #define RCC_HSI14_ON RCC_CR2_HSI14ON macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc.c552 if(RCC_OscInitStruct->HSI14State == RCC_HSI14_ON) in HAL_RCC_OscConfig()