Home
last modified time | relevance | path

Searched refs:RCC_CRRCR_HSI48ON (Results 1 – 25 of 69) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_rcc.h140 #if defined(RCC_CRRCR_HSI48ON)
159 #if defined(RCC_CRRCR_HSI48ON)
185 #if defined(RCC_CRRCR_HSI48ON)
329 #if defined(RCC_CRRCR_HSI48ON)
381 #if defined(RCC_CRRCR_HSI48ON)
538 #if defined(RCC_CRRCR_HSI48ON)
2314 #if defined(RCC_CRRCR_HSI48ON)
2322 SET_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON); in LL_RCC_HSI48_Enable()
2333 CLEAR_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON); in LL_RCC_HSI48_Disable()
2336 #if defined(RCC_CRRCR_HSI48ON)
[all …]
Dstm32u0xx_hal_rcc.h109 #if defined(RCC_CRRCR_HSI48ON)
153 #if defined(RCC_CRRCR_HSI48ON)
249 #if defined(RCC_CRRCR_HSI48ON)
254 #define RCC_HSI48_ON RCC_CRRCR_HSI48ON /*!< HSI48 clock activation */
527 #if defined(RCC_CRRCR_HSI48ON)
547 #if defined(RCC_CRRCR_HSI48ON)
641 #if defined (RCC_CRRCR_HSI48ON)
2343 #if defined(RCC_CRRCR_HSI48ON)
2351 #define __HAL_RCC_HSI48_ENABLE() SET_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON)
2353 #define __HAL_RCC_HSI48_DISABLE() CLEAR_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON)
[all …]
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc.c72 #if defined(RCC_CRRCR_HSI48ON)
753 #if defined(RCC_CRRCR_HSI48ON) in HAL_RCC_OscConfig()
1332 #if defined(RCC_CRRCR_HSI48ON) in HAL_RCC_GetOscConfig()
1428 #if defined(RCC_CRRCR_HSI48ON) in HAL_RCC_GetOscConfig()
1430 if (READ_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON) == RCC_CRRCR_HSI48ON) in HAL_RCC_GetOscConfig()
Dstm32u0xx_ll_rcc.c144 #if defined(RCC_CRRCR_HSI48ON) in LL_RCC_DeInit()
146 CLEAR_BIT(vl_mask, (RCC_CR_HSION | RCC_CR_HSIKERON | RCC_CR_HSEON | RCC_CRRCR_HSI48ON | in LL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_rcc.c167 CLEAR_BIT(RCC->CRRCR, (RCC_CRRCR_HSI48ON | RCC_CRRCR_HSI48DIV6OUTEN)); in LL_RCC_DeInit()
169 CLEAR_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON); in LL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc.c1214 if(READ_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON) == RCC_CRRCR_HSI48ON) in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_rcc.h922 SET_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON); in LL_RCC_HSI48_Enable()
932 CLEAR_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON); in LL_RCC_HSI48_Disable()
Dstm32l0xx_hal_rcc_ex.h1913 #define __HAL_RCC_HSI48_ENABLE() do { SET_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON); \
1920 #define __HAL_RCC_HSI48_DISABLE() do { CLEAR_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON); \
1930 … (((uint32_t)(READ_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON)) != 0U) ? RCC_HSI48_ON : RCC_HSI48_OFF)
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc.c1631 if(READ_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON) == RCC_CRRCR_HSI48ON) in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_rcc.h1085 SET_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON); in LL_RCC_HSI48_Enable()
1095 CLEAR_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON); in LL_RCC_HSI48_Disable()
Dstm32g4xx_hal_rcc.h197 #define RCC_HSI48_ON RCC_CRRCR_HSI48ON /*!< HSI48 clock activation */
2902 #define __HAL_RCC_HSI48_ENABLE() SET_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON)
2904 #define __HAL_RCC_HSI48_DISABLE() CLEAR_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON)
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_rcc.h1576 SET_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON); in LL_RCC_HSI48_Enable()
1586 CLEAR_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON); in LL_RCC_HSI48_Disable()
Dstm32wbxx_hal_rcc.h438 #define RCC_HSI48_ON RCC_CRRCR_HSI48ON /*!< HSI48 clock activation */
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc.h233 #define RCC_HSI48_ON RCC_CRRCR_HSI48ON /*!< HSI48 clock activation */
2978 #define __HAL_RCC_HSI48_ENABLE() SET_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON)
2980 #define __HAL_RCC_HSI48_DISABLE() CLEAR_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON)
Dstm32l5xx_ll_rcc.h1640 SET_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON); in LL_RCC_HSI48_Enable()
1650 CLEAR_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON); in LL_RCC_HSI48_Disable()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc.c1587 RCC_OscInitStruct->HSI48State = (regvalue & RCC_CRRCR_HSI48ON); in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc.h253 #define RCC_HSI48_ON RCC_CRRCR_HSI48ON /*!< HSI48 clock activation */
4181 #define __HAL_RCC_HSI48_ENABLE() SET_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON)
4183 #define __HAL_RCC_HSI48_DISABLE() CLEAR_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON)
Dstm32l4xx_ll_rcc.h2221 SET_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON); in LL_RCC_HSI48_Enable()
2231 CLEAR_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON); in LL_RCC_HSI48_Disable()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc.c371 CLEAR_BIT(RCC->CRRCR, RCC_CRRCR_HSI48ON); in HAL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dstm32l052xx.h3605 #define RCC_CRRCR_HSI48ON RCC_CRRCR_HSI48ON_Msk /*!< HSI 48MHz clock… macro
Dstm32l062xx.h3733 #define RCC_CRRCR_HSI48ON RCC_CRRCR_HSI48ON_Msk /*!< HSI 48MHz clock… macro
Dstm32l053xx.h3749 #define RCC_CRRCR_HSI48ON RCC_CRRCR_HSI48ON_Msk /*!< HSI 48MHz clock… macro
Dstm32l072xx.h3758 #define RCC_CRRCR_HSI48ON RCC_CRRCR_HSI48ON_Msk /*!< HSI 48MHz clock… macro
Dstm32l073xx.h3900 #define RCC_CRRCR_HSI48ON RCC_CRRCR_HSI48ON_Msk /*!< HSI 48MHz clock… macro
Dstm32l083xx.h4028 #define RCC_CRRCR_HSI48ON RCC_CRRCR_HSI48ON_Msk /*!< HSI 48MHz clock… macro

123