Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rcc.c282 #if defined(RCC_CR_CSSHSEON) && defined(RCC_CR_HSIOUTEN) in HAL_RCC_DeInit()
283 CLEAR_BIT(RCC->CR, RCC_CR_HSION| RCC_CR_HSIKERON| RCC_CR_HSIDIVEN | RCC_CR_HSIOUTEN | \ in HAL_RCC_DeInit()
285 #elif !defined(RCC_CR_CSSHSEON) && defined(RCC_CR_HSIOUTEN) in HAL_RCC_DeInit()
286 CLEAR_BIT(RCC->CR, RCC_CR_HSION| RCC_CR_HSIKERON| RCC_CR_HSIDIVEN | RCC_CR_HSIOUTEN | \ in HAL_RCC_DeInit()
288 #elif defined(RCC_CR_CSSHSEON) && !defined(RCC_CR_HSIOUTEN) in HAL_RCC_DeInit()
Dstm32l0xx_ll_rcc.c156 #if defined(RCC_CR_HSIOUTEN) in LL_RCC_DeInit()
157 CLEAR_BIT(vl_mask, RCC_CR_HSION| RCC_CR_HSIKERON| RCC_CR_HSIDIVEN | RCC_CR_HSIOUTEN | \ in LL_RCC_DeInit()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_rcc.h880 #if defined(RCC_CR_HSIOUTEN)
888 SET_BIT(RCC->CR, RCC_CR_HSIOUTEN); in LL_RCC_HSI_EnableOutput()
898 CLEAR_BIT(RCC->CR, RCC_CR_HSIOUTEN); in LL_RCC_HSI_DisableOutput()
Dstm32l0xx_hal_rcc.h144 #if defined(RCC_CR_HSIOUTEN)
376 #if defined(RCC_CR_HSIOUTEN)
377 #define RCC_HSI_OUTEN RCC_CR_HSIOUTEN /*!< HSI_OUTEN clock acti…
Dstm32l0xx_hal_rcc_ex.h1880 #if defined(RCC_CR_HSIOUTEN)
1885 #define __HAL_RCC_HSI_OUT_ENABLE() SET_BIT(RCC->CR, RCC_CR_HSIOUTEN)
1891 #define __HAL_RCC_HSI_OUT_DISABLE() CLEAR_BIT(RCC->CR, RCC_CR_HSIOUTEN)
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h3441 #define RCC_CR_HSIOUTEN RCC_CR_HSIOUTEN_Msk /*!< Internal High S… macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h3842 #define RCC_CR_HSIOUTEN RCC_CR_HSIOUTEN_Msk /*!< Internal High S… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h3700 #define RCC_CR_HSIOUTEN RCC_CR_HSIOUTEN_Msk /*!< Internal High S… macro