Searched refs:RCC_CSR1_LSEBYP (Results 1 – 6 of 6) sorted by relevance
921 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()
341 #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); \
1046 RCC_OscInitStruct->LSEState = (regval & (RCC_CSR1_LSEON | RCC_CSR1_LSEBYP)); in HAL_RCC_GetOscConfig()
4241 #define RCC_CSR1_LSEBYP RCC_CSR1_LSEBYP_Msk macro
4404 #define RCC_CSR1_LSEBYP RCC_CSR1_LSEBYP_Msk macro
4891 #define RCC_CSR1_LSEBYP RCC_CSR1_LSEBYP_Msk macro