Home
last modified time | relevance | path

Searched refs:RCC_HSE_BYPASS (Results 1 – 25 of 38) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc.h122 #define RCC_HSE_BYPASS ((uint32_t)(RCC_CR_HSEBYP | RCC_CR_HSEON)) macro
742 else if ((__STATE__) == RCC_HSE_BYPASS) \
1213 ((HSE) == RCC_HSE_BYPASS))
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc.h117 #define RCC_HSE_BYPASS ((uint32_t)(RCC_CR_HSEBYP | RCC_CR_HSEON)) /*!< External c… macro
761 else if ((__STATE__) == RCC_HSE_BYPASS) \
1323 ((__HSE__) == RCC_HSE_BYPASS))
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rcc.h122 ((__HSE__) == RCC_HSE_BYPASS))
335 #define RCC_HSE_BYPASS ((uint32_t)(RCC_CR_HSEBYP | RCC_CR_HSEON)) /*!< External c… macro
1194 else if ((__STATE__) == RCC_HSE_BYPASS) \
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc.h131 ((__HSE__) == RCC_HSE_BYPASS))
306 #define RCC_HSE_BYPASS (0x00000005U) /*!< External clock sour… macro
1049 else if ((__STATE__) == RCC_HSE_BYPASS) \
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc.h120 #define RCC_HSE_BYPASS ((uint32_t)(RCC_CR_HSEBYP | RCC_CR_HSEON)) macro
896 else if ((__STATE__) == RCC_HSE_BYPASS) \
1357 ((HSE) == RCC_HSE_BYPASS))
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc.h158 ((__HSE__) == RCC_HSE_BYPASS))
362 #define RCC_HSE_BYPASS ((uint32_t)(RCC_CR_HSEBYP | RCC_CR_HSEON)) /*!< External c… macro
1140 else if ((__STATE__) == RCC_HSE_BYPASS) \
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_rcc.h157 ((__HSE__) == RCC_HSE_BYPASS))
342 #define RCC_HSE_BYPASS (0x00000005U) /*!< External clock sour… macro
1395 else if ((__STATE__) == RCC_HSE_BYPASS) \
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_rcc.h91 ((__HSE__) == RCC_HSE_BYPASS))
331 #define RCC_HSE_BYPASS ((uint32_t)(RCC_CR_HSEBYP | RCC_CR_HSEON)) /*!< External clock so… macro
1681 else if((__STATE__) == RCC_HSE_BYPASS) \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc.c1562 RCC_OscInitStruct->HSEState = RCC_HSE_BYPASS; in HAL_RCC_GetOscConfig()
1579 RCC_OscInitStruct->HSEState = RCC_HSE_BYPASS; in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc.h165 #define RCC_HSE_BYPASS ((uint32_t)(RCC_CR_HSEBYP | RCC_CR_HSEON)) /*!< External clo… macro
2262 else if((__STATE__) == RCC_HSE_BYPASS) \
2820 ((__HSE__) == RCC_HSE_BYPASS))
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc.c848 if (State == RCC_HSE_BYPASS) in HAL_RCC_HSEConfig()
1704 RCC_OscInitStruct->HSEState = RCC_HSE_BYPASS; in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc.h81 ((__HSE__) == RCC_HSE_BYPASS))
390 #define RCC_HSE_BYPASS (RCC_CR_HSEBYP | RCC_CR_HSEON) /*!< External clo… macro
2593 else if((__STATE__) == RCC_HSE_BYPASS) \
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rcc.h159 #define RCC_HSE_BYPASS (RCC_CR_HSEBYP | RCC_CR_HSEON) /*!< External clo… macro
2845 else if((__STATE__) == RCC_HSE_BYPASS) \
3265 ((__HSE__) == RCC_HSE_BYPASS))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rcc.c987 RCC_OscInitStruct->HSEState = RCC_HSE_BYPASS; in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc.c1079 RCC_OscInitStruct->HSEState = RCC_HSE_BYPASS; in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_rcc.c1088 RCC_OscInitStruct->HSEState = RCC_HSE_BYPASS; in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc.c1213 RCC_OscInitStruct->HSEState = RCC_HSE_BYPASS; in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rcc.c1186 RCC_OscInitStruct->HSEState = RCC_HSE_BYPASS; in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc.h172 #define RCC_HSE_BYPASS ((uint32_t)(RCC_CR_HSEBYP | RCC_CR_HSEON)) /*!< External clo… macro
2910 else if((__STATE__) == RCC_HSE_BYPASS) \
3394 ((__HSE__) == RCC_HSE_BYPASS))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc.h209 #define RCC_HSE_BYPASS (RCC_HSECFGR_HSEBYP | RCC_CR_HSEON) /*!… macro
3449 else if ((__STATE__) == RCC_HSE_BYPASS) \
4419 ((__HSE__) == RCC_HSE_BYPASS) || ((__HSE__) == RCC_HSE_BYPASS_DIGITAL))
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_rcc.h141 #define RCC_HSE_BYPASS ((uint8_t)0x05) macro
1980 ((HSE) == RCC_HSE_BYPASS))
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rcc.c1333 RCC_OscInitStruct->HSEState = RCC_HSE_BYPASS; in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rcc.c1227 RCC_OscInitStruct->HSEState = RCC_HSE_BYPASS; in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rcc.c1099 RCC_OscInitStruct->HSEState = RCC_HSE_BYPASS; in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc.c1237 RCC_OscInitStruct->HSEState = RCC_HSE_BYPASS; in HAL_RCC_GetOscConfig()

12