Home
last modified time | relevance | path

Searched refs:RCC_CR_HSIOUTEN (Results 1 – 19 of 19) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rcc.c270 #if defined(RCC_CR_CSSHSEON) && defined(RCC_CR_HSIOUTEN) in HAL_RCC_DeInit()
271 CLEAR_BIT(RCC->CR, RCC_CR_HSION| RCC_CR_HSIKERON| RCC_CR_HSIDIVEN | RCC_CR_HSIOUTEN | \ in HAL_RCC_DeInit()
273 #elif !defined(RCC_CR_CSSHSEON) && defined(RCC_CR_HSIOUTEN) in HAL_RCC_DeInit()
274 CLEAR_BIT(RCC->CR, RCC_CR_HSION| RCC_CR_HSIKERON| RCC_CR_HSIDIVEN | RCC_CR_HSIOUTEN | \ in HAL_RCC_DeInit()
276 #elif defined(RCC_CR_CSSHSEON) && !defined(RCC_CR_HSIOUTEN) in HAL_RCC_DeInit()
415 #if defined(RCC_CR_HSIOUTEN) in HAL_RCC_OscConfig()
419 SET_BIT(RCC->CR, RCC_CR_HSIOUTEN); in HAL_RCC_OscConfig()
421 hsi_state &= ~RCC_CR_HSIOUTEN; in HAL_RCC_OscConfig()
Dstm32l0xx_ll_rcc.c139 #if defined(RCC_CR_HSIOUTEN) in LL_RCC_DeInit()
140 CLEAR_BIT(vl_mask, RCC_CR_HSION| RCC_CR_HSIKERON| RCC_CR_HSIDIVEN | RCC_CR_HSIOUTEN | \ in LL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_rcc.h848 #if defined(RCC_CR_HSIOUTEN)
856 SET_BIT(RCC->CR, RCC_CR_HSIOUTEN); in LL_RCC_HSI_EnableOutput()
866 CLEAR_BIT(RCC->CR, RCC_CR_HSIOUTEN); in LL_RCC_HSI_DisableOutput()
Dstm32l0xx_hal_rcc.h125 #if defined(RCC_CR_HSIOUTEN)
357 #if defined(RCC_CR_HSIOUTEN)
358 #define RCC_HSI_OUTEN RCC_CR_HSIOUTEN /*!< HSI_OUTEN clock acti…
Dstm32l0xx_hal_rcc_ex.h1888 #if defined(RCC_CR_HSIOUTEN)
1893 #define __HAL_RCC_HSI_OUT_ENABLE() SET_BIT(RCC->CR, RCC_CR_HSIOUTEN)
1899 #define __HAL_RCC_HSI_OUT_DISABLE() CLEAR_BIT(RCC->CR, RCC_CR_HSIOUTEN)
/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dstm32l041xx.h3311 #define RCC_CR_HSIOUTEN RCC_CR_HSIOUTEN_Msk /*!< Internal High S… macro
Dstm32l010x8.h3014 #define RCC_CR_HSIOUTEN RCC_CR_HSIOUTEN_Msk /*!< Internal High S… macro
Dstm32l010xb.h3022 #define RCC_CR_HSIOUTEN RCC_CR_HSIOUTEN_Msk /*!< Internal High S… macro
Dstm32l011xx.h3115 #define RCC_CR_HSIOUTEN RCC_CR_HSIOUTEN_Msk /*!< Internal High S… macro
Dstm32l021xx.h3243 #define RCC_CR_HSIOUTEN RCC_CR_HSIOUTEN_Msk /*!< Internal High S… macro
Dstm32l031xx.h3183 #define RCC_CR_HSIOUTEN RCC_CR_HSIOUTEN_Msk /*!< Internal High S… macro
Dstm32l010x4.h3006 #define RCC_CR_HSIOUTEN RCC_CR_HSIOUTEN_Msk /*!< Internal High S… macro
Dstm32l010x6.h3015 #define RCC_CR_HSIOUTEN RCC_CR_HSIOUTEN_Msk /*!< Internal High S… macro
Dstm32l081xx.h3435 #define RCC_CR_HSIOUTEN RCC_CR_HSIOUTEN_Msk /*!< Internal High S… macro
Dstm32l071xx.h3307 #define RCC_CR_HSIOUTEN RCC_CR_HSIOUTEN_Msk /*!< Internal High S… macro
Dstm32l072xx.h3696 #define RCC_CR_HSIOUTEN RCC_CR_HSIOUTEN_Msk /*!< Internal High S… macro
Dstm32l073xx.h3838 #define RCC_CR_HSIOUTEN RCC_CR_HSIOUTEN_Msk /*!< Internal High S… macro
Dstm32l083xx.h3966 #define RCC_CR_HSIOUTEN RCC_CR_HSIOUTEN_Msk /*!< Internal High S… macro
Dstm32l082xx.h3824 #define RCC_CR_HSIOUTEN RCC_CR_HSIOUTEN_Msk /*!< Internal High S… macro