Home
last modified time | relevance | path

Searched refs:RCC_CSR1_LSEBYP (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_rcc.h921 SET_BIT(RCC->CSR1, RCC_CSR1_LSEBYP); in LL_RCC_LSE_EnableBypass()
931 CLEAR_BIT(RCC->CSR1, RCC_CSR1_LSEBYP); in LL_RCC_LSE_DisableBypass()
Dstm32c0xx_hal_rcc.h341 #define RCC_LSE_BYPASS ((uint32_t)(RCC_CSR1_LSEBYP | RCC_CSR1_LSEON)) /*!< External clock so…
1717 SET_BIT(RCC->CSR1, RCC_CSR1_LSEBYP); \
1723 CLEAR_BIT(RCC->CSR1, RCC_CSR1_LSEBYP); \
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rcc.c1046 RCC_OscInitStruct->LSEState = (regval & (RCC_CSR1_LSEON | RCC_CSR1_LSEBYP)); in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dstm32c011xx.h4241 #define RCC_CSR1_LSEBYP RCC_CSR1_LSEBYP_Msk macro
Dstm32c031xx.h4404 #define RCC_CSR1_LSEBYP RCC_CSR1_LSEBYP_Msk macro
Dstm32c071xx.h4891 #define RCC_CSR1_LSEBYP RCC_CSR1_LSEBYP_Msk macro