/hal_stm32-3.7.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_rcc.c | 362 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/ |
D | system_stm32h5xx.c | 218 …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()
|
D | system_stm32h5xx_s.c | 235 …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/ |
D | stm32f7xx_hal_rcc.h | 122 #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/ |
D | stm32f1xx_hal_rcc.h | 117 #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/ |
D | stm32f3xx_hal_rcc.c | 266 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/ |
D | stm32f0xx_hal_rcc.c | 252 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/ |
D | stm32f2xx_hal_rcc.c | 262 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/ |
D | stm32l1xx_hal_rcc.c | 275 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/ |
D | stm32f1xx_hal_rcc.c | 280 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/ |
D | stm32l0xx_hal_rcc.c | 286 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/ |
D | stm32f7xx_hal_rcc.c | 237 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/ |
D | stm32f3xx_hal_rcc.h | 362 #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/ |
D | stm32c0xx_hal_rcc.c | 249 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/ |
D | stm32f0xx_hal_rcc.h | 1047 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/ |
D | stm32f4xx_hal_rcc.h | 120 #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/ |
D | stm32l5xx_hal_rcc.c | 374 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/ |
D | stm32l4xx_hal_rcc.c | 374 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/ |
D | stm32l0xx_hal_rcc.h | 335 #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/ |
D | stm32f4xx_hal_rcc.c | 983 if((RCC->CR &RCC_CR_HSEBYP) == RCC_CR_HSEBYP) in HAL_RCC_GetOscConfig()
|
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_rcc.c | 1164 if(READ_BIT(RCC->CR, RCC_CR_HSEBYP) == RCC_CR_HSEBYP) in HAL_RCC_GetOscConfig()
|
/hal_stm32-3.7.0/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_rcc.h | 545 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()
|
D | stm32c0xx_hal_rcc.h | 252 #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/ |
D | stm32l1xx_ll_rcc.h | 505 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/ |
D | stm32g0xx_hal_rcc.c | 1235 if ((RCC->CR & RCC_CR_HSEBYP) == RCC_CR_HSEBYP) in HAL_RCC_GetOscConfig()
|