Home
last modified time | relevance | path

Searched refs:RCC_CSR_LSEON (Results 1 – 25 of 49) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rcc.h344 #define RCC_LSE_ON RCC_CSR_LSEON /*!< LSE cloc…
345 #define RCC_LSE_BYPASS ((uint32_t)(RCC_CSR_LSEBYP | RCC_CSR_LSEON)) /*!< External…
1238 SET_BIT(RCC->CSR, RCC_CSR_LSEON); \
1242 CLEAR_BIT(RCC->CSR, RCC_CSR_LSEON); \
1248 SET_BIT(RCC->CSR, RCC_CSR_LSEON); \
1252 CLEAR_BIT(RCC->CSR, RCC_CSR_LSEON); \
Dstm32l0xx_ll_rcc.h1005 SET_BIT(RCC->CSR, RCC_CSR_LSEON); in LL_RCC_LSE_Enable()
1015 CLEAR_BIT(RCC->CSR, RCC_CSR_LSEON); in LL_RCC_LSE_Disable()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_rcc.h1436 SET_BIT(RCC->CSR, RCC_CSR_LSEON); \
1440 CLEAR_BIT(RCC->CSR, RCC_CSR_LSEON); \
1446 SET_BIT(RCC->CSR, RCC_CSR_LSEON); \
1450 CLEAR_BIT(RCC->CSR, RCC_CSR_LSEON); \
Dstm32l1xx_ll_rcc.h666 SET_BIT(RCC->CSR, RCC_CSR_LSEON); in LL_RCC_LSE_Enable()
676 CLEAR_BIT(RCC->CSR, RCC_CSR_LSEON); in LL_RCC_LSE_Disable()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rcc.c1227 else if((RCC->CSR &RCC_CSR_LSEON) == RCC_CSR_LSEON) in HAL_RCC_GetOscConfig()
Dstm32l1xx_hal_rcc_ex.c186 if (HAL_IS_BIT_SET(temp_reg, RCC_CSR_LSEON)) in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rcc.c1374 else if((RCC->CSR &RCC_CSR_LSEON) == RCC_CSR_LSEON) in HAL_RCC_GetOscConfig()
Dstm32l0xx_hal_rcc_ex.c190 if (HAL_IS_BIT_SET(temp_reg, RCC_CSR_LSEON)) in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dstm32l041xx.h3942 #define RCC_CSR_LSEON RCC_CSR_LSEON_Msk /*!< External Low Sp… macro
Dstm32l010x8.h3639 #define RCC_CSR_LSEON RCC_CSR_LSEON_Msk /*!< External Low Sp… macro
Dstm32l010xb.h3668 #define RCC_CSR_LSEON RCC_CSR_LSEON_Msk /*!< External Low Sp… macro
Dstm32l011xx.h3704 #define RCC_CSR_LSEON RCC_CSR_LSEON_Msk /*!< External Low Sp… macro
Dstm32l021xx.h3841 #define RCC_CSR_LSEON RCC_CSR_LSEON_Msk /*!< External Low Sp… macro
Dstm32l031xx.h3805 #define RCC_CSR_LSEON RCC_CSR_LSEON_Msk /*!< External Low Sp… macro
Dstm32l051xx.h3933 #define RCC_CSR_LSEON RCC_CSR_LSEON_Msk /*!< External Low Sp… macro
Dstm32l010x4.h3595 #define RCC_CSR_LSEON RCC_CSR_LSEON_Msk /*!< External Low Sp… macro
Dstm32l010x6.h3628 #define RCC_CSR_LSEON RCC_CSR_LSEON_Msk /*!< External Low Sp… macro
Dstm32l081xx.h4185 #define RCC_CSR_LSEON RCC_CSR_LSEON_Msk /*!< External Low Sp… macro
Dstm32l071xx.h4048 #define RCC_CSR_LSEON RCC_CSR_LSEON_Msk /*!< External Low Sp… macro
Dstm32l052xx.h4296 #define RCC_CSR_LSEON RCC_CSR_LSEON_Msk /*!< External Low Sp… macro
Dstm32l062xx.h4433 #define RCC_CSR_LSEON RCC_CSR_LSEON_Msk /*!< External Low Sp… macro
Dstm32l053xx.h4449 #define RCC_CSR_LSEON RCC_CSR_LSEON_Msk /*!< External Low Sp… macro
/hal_stm32-latest/stm32cube/stm32l1xx/soc/
Dstm32l152xb.h4480 #define RCC_CSR_LSEON RCC_CSR_LSEON_Msk /*!< External Low Sp… macro
Dstm32l152xba.h4488 #define RCC_CSR_LSEON RCC_CSR_LSEON_Msk /*!< External Low Sp… macro
Dstm32l100xba.h4473 #define RCC_CSR_LSEON RCC_CSR_LSEON_Msk /*!< External Low Sp… macro

12