Home
last modified time | relevance | path

Searched refs:RCC_CR_HSEBYP (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/hal_stm32-3.7.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc.c362 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); in HAL_RCC_DeInit()
1560 if ((RCC->CR & (RCC_CR_HSEBYP | RCC_CR_HSEEXT)) == RCC_CR_HSEBYP) in HAL_RCC_GetOscConfig()
1564 else if ((RCC->CR & (RCC_CR_HSEBYP | RCC_CR_HSEEXT)) == (RCC_CR_HSEBYP | RCC_CR_HSEEXT)) in HAL_RCC_GetOscConfig()
1577 if ((RCC->CR & RCC_CR_HSEBYP) == RCC_CR_HSEBYP) in HAL_RCC_GetOscConfig()
/hal_stm32-3.7.0/stm32cube/stm32h5xx/soc/
Dsystem_stm32h5xx.c218 …RCC->CR &= ~(RCC_CR_HSEON | RCC_CR_HSECSSON | RCC_CR_HSEBYP | RCC_CR_HSEEXT | RCC_CR_HSIDIV | RCC_… in SystemInit()
221 …RCC->CR &= ~(RCC_CR_HSEON | RCC_CR_HSECSSON | RCC_CR_HSEBYP | RCC_CR_HSEEXT | RCC_CR_HSIDIV | RCC_… in SystemInit()
248 RCC->CR &= ~(RCC_CR_HSEBYP); in SystemInit()
Dsystem_stm32h5xx_s.c235 …RCC->CR &= ~(RCC_CR_HSEON | RCC_CR_HSECSSON | RCC_CR_HSEBYP | RCC_CR_HSEEXT | RCC_CR_HSIDIV | RCC_… in SystemInit()
257 RCC->CR &= ~(RCC_CR_HSEBYP); in SystemInit()
/hal_stm32-3.7.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc.h122 #define RCC_HSE_BYPASS ((uint32_t)(RCC_CR_HSEBYP | RCC_CR_HSEON))
740 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); \
744 SET_BIT(RCC->CR, RCC_CR_HSEBYP); \
750 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); \
/hal_stm32-3.7.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc.h117 #define RCC_HSE_BYPASS ((uint32_t)(RCC_CR_HSEBYP | RCC_CR_HSEON)) /*!< External c…
759 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); \
763 SET_BIT(RCC->CR, RCC_CR_HSEBYP); \
769 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); \
/hal_stm32-3.7.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc.c266 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); in HAL_RCC_DeInit()
1077 if((RCC->CR &RCC_CR_HSEBYP) == RCC_CR_HSEBYP) in HAL_RCC_GetOscConfig()
/hal_stm32-3.7.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc.c252 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); in HAL_RCC_DeInit()
1211 if((RCC->CR &RCC_CR_HSEBYP) == RCC_CR_HSEBYP) in HAL_RCC_GetOscConfig()
/hal_stm32-3.7.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_rcc.c262 CLEAR_BIT(RCC->CR, RCC_CR_HSEON | RCC_CR_HSEBYP | RCC_CR_CSSON); in HAL_RCC_DeInit()
1086 if((RCC->CR &RCC_CR_HSEBYP) == RCC_CR_HSEBYP) in HAL_RCC_GetOscConfig()
/hal_stm32-3.7.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rcc.c275 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); in HAL_RCC_DeInit()
1184 if((RCC->CR &RCC_CR_HSEBYP) == RCC_CR_HSEBYP) in HAL_RCC_GetOscConfig()
/hal_stm32-3.7.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rcc.c280 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); in HAL_RCC_DeInit()
1225 if ((RCC->CR & RCC_CR_HSEBYP) == RCC_CR_HSEBYP) in HAL_RCC_GetOscConfig()
/hal_stm32-3.7.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rcc.c286 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); in HAL_RCC_DeInit()
1331 if((RCC->CR &RCC_CR_HSEBYP) == RCC_CR_HSEBYP) in HAL_RCC_GetOscConfig()
/hal_stm32-3.7.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rcc.c237 CLEAR_BIT(RCC->CR, RCC_CR_HSEON | RCC_CR_HSEBYP | RCC_CR_CSSON); in HAL_RCC_DeInit()
1097 if ((RCC->CR & RCC_CR_HSEBYP) == RCC_CR_HSEBYP) in HAL_RCC_GetOscConfig()
/hal_stm32-3.7.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc.h362 #define RCC_HSE_BYPASS ((uint32_t)(RCC_CR_HSEBYP | RCC_CR_HSEON)) /*!< External c…
1138 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); \
1142 SET_BIT(RCC->CR, RCC_CR_HSEBYP); \
1148 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); \
/hal_stm32-3.7.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rcc.c249 RCC->CR &= ~RCC_CR_HSEBYP; in HAL_RCC_DeInit()
950 RCC_OscInitStruct->HSEState = (regval & (RCC_CR_HSEON | RCC_CR_HSEBYP)); in HAL_RCC_GetOscConfig()
/hal_stm32-3.7.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc.h1047 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); \
1051 SET_BIT(RCC->CR, RCC_CR_HSEBYP); \
1057 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); \
/hal_stm32-3.7.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc.h120 #define RCC_HSE_BYPASS ((uint32_t)(RCC_CR_HSEBYP | RCC_CR_HSEON))
898 SET_BIT(RCC->CR, RCC_CR_HSEBYP); \
904 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); \
/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc.c374 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); in HAL_RCC_DeInit()
1570 if ((RCC->CR & RCC_CR_HSEBYP) == RCC_CR_HSEBYP) in HAL_RCC_GetOscConfig()
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc.c374 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); in HAL_RCC_DeInit()
1537 if(READ_BIT(RCC->CR, RCC_CR_HSEBYP) == RCC_CR_HSEBYP) in HAL_RCC_GetOscConfig()
/hal_stm32-3.7.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rcc.h335 #define RCC_HSE_BYPASS ((uint32_t)(RCC_CR_HSEBYP | RCC_CR_HSEON)) /*!< External c…
1196 SET_BIT(RCC->CR, RCC_CR_HSEBYP); \
1205 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); \
/hal_stm32-3.7.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rcc.c983 if((RCC->CR &RCC_CR_HSEBYP) == RCC_CR_HSEBYP) in HAL_RCC_GetOscConfig()
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc.c1164 if(READ_BIT(RCC->CR, RCC_CR_HSEBYP) == RCC_CR_HSEBYP) in HAL_RCC_GetOscConfig()
/hal_stm32-3.7.0/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_rcc.h545 SET_BIT(RCC->CR, RCC_CR_HSEBYP); in LL_RCC_HSE_EnableBypass()
555 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); in LL_RCC_HSE_DisableBypass()
Dstm32c0xx_hal_rcc.h252 #define RCC_HSE_BYPASS ((uint32_t)(RCC_CR_HSEBYP | RCC_CR_HSEON)) /*!< External clo…
1397 SET_BIT(RCC->CR, RCC_CR_HSEBYP); \
1403 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); \
/hal_stm32-3.7.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_rcc.h505 SET_BIT(RCC->CR, RCC_CR_HSEBYP); in LL_RCC_HSE_EnableBypass()
515 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); in LL_RCC_HSE_DisableBypass()
/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc.c1235 if ((RCC->CR & RCC_CR_HSEBYP) == RCC_CR_HSEBYP) in HAL_RCC_GetOscConfig()

12345678910>>...12