Home
last modified time | relevance | path

Searched refs:RCC_CSR_LSION (Results 1 – 25 of 44) sorted by relevance

12

/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_rcc.c364 RCC->CSR |= RCC_CSR_LSION; in RCC_LSICmd()
368 RCC->CSR &= ~RCC_CSR_LSION; in RCC_LSICmd()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_rcc.c447 RCC->CSR |= RCC_CSR_LSION; in RCC_LSICmd()
451 RCC->CSR &= ~RCC_CSR_LSION; in RCC_LSICmd()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_rcc.c1239 if((RCC->CSR &RCC_CSR_LSION) == RCC_CSR_LSION) in HAL_RCC_GetOscConfig()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_rcc.h762 SET_BIT(RCC->CSR, RCC_CSR_LSION); in LL_RCC_LSI_Enable()
772 CLEAR_BIT(RCC->CSR, RCC_CSR_LSION); in LL_RCC_LSI_Disable()
A Dstm32l1xx_hal_rcc.h392 #define RCC_LSI_ON RCC_CSR_LSION /*!< LSI clock activation */
/bsp/mm32f327x/Libraries/MM32F327x/Include/
A Dreg_rcc.h518 #define RCC_CSR_LSION (0x01U << RCC_CSR_LSION_Pos) ///< Internal Low S… macro
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_rcc.c402 …MODIFY_REG(RCC->CSR, RCC_CSR_LSION | RCC_CSR_LSIOENLV, RCC_CSR_LSIOENLV | (state << RCC_CSR_LSION_… in RCC_LSICmd()
/bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/
A Dft32f030x6.h2567 #define RCC_CSR_LSION ((uint32_t)0x00000001) /*!< Internal Low Speed … macro
A Dft32f030x8.h2606 #define RCC_CSR_LSION ((uint32_t)0x00000001) /*!< Internal Low Speed … macro
A Dft32f072x8.h2644 #define RCC_CSR_LSION ((uint32_t)0x00000001) /*!< Internal Low Speed … macro
A Dft32f032x8.h2648 #define RCC_CSR_LSION ((uint32_t)0x00000001) /*!< Internal Low Speed … macro
A Dft32f032x6.h2647 #define RCC_CSR_LSION ((uint32_t)0x00000001) /*!< Internal Low Speed … macro
A Dft32f072xb.h2873 #define RCC_CSR_LSION ((uint32_t)0x00000001) /*!< Internal Low Speed … macro
/bsp/mm32l3xx/Libraries/MM32L3xx/Include/
A DMM32L3xx.h1408 #define RCC_CSR_LSION ((uint32_t)0x00000001) /*!< Internal Low Speed … macro
/bsp/mm32f103x/Libraries/MM32F103/Include/
A DMM32F103.h1417 #define RCC_CSR_LSION ((uint32_t)0x00000001) /*!< Internal Low Speed … macro
/bsp/tkm32F499/Libraries/CMSIS_and_startup/
A Dtk499.h1745 #define RCC_CSR_LSION ((uint32_t)0x00000001) /*!< Internal Low Speed … macro
/bsp/mm32l07x/Libraries/MM32L0xx/Include/
A DMM32L0xx.h1370 #define RCC_CSR_LSION ((uint32_t)0x00000001) /*!< Internal Low Speed … macro
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/HK32F0xx/Include/
A Dhk32f030x4x6x8.h3318 #define RCC_CSR_LSION RCC_CSR_LSION_Msk /*!< Internal Low Sp… macro
A Dhk32f031x4x6.h3364 #define RCC_CSR_LSION RCC_CSR_LSION_Msk /*!< Internal Low Sp… macro
A Dhk32f04ax4x6x8.h3310 #define RCC_CSR_LSION RCC_CSR_LSION_Msk /*!< Internal Low Sp… macro
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x.h1614 #define RCC_CSR_LSION ((uint32_t)0x00000001) /*!< Internal Low Speed … macro
/bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Include/
A Dstm32l100xb.h4447 #define RCC_CSR_LSION RCC_CSR_LSION_Msk /*!< Internal Low Sp… macro
A Dstm32l100xba.h4467 #define RCC_CSR_LSION RCC_CSR_LSION_Msk /*!< Internal Low Sp… macro
A Dstm32l151xb.h4332 #define RCC_CSR_LSION RCC_CSR_LSION_Msk /*!< Internal Low Sp… macro
A Dstm32l151xba.h4355 #define RCC_CSR_LSION RCC_CSR_LSION_Msk /*!< Internal Low Sp… macro

Completed in 1227 milliseconds

12