Home
last modified time | relevance | path

Searched refs:RCC_USBCLKSOURCE_HSI48 (Results 1 – 19 of 19) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rcc_ex.h172 (((__SOURCE__) == RCC_USBCLKSOURCE_HSI48) || \
178 (((__SOURCE__) == RCC_USBCLKSOURCE_HSI48) || \
573 #define RCC_USBCLKSOURCE_HSI48 LL_RCC_USB_CLKSOURCE_HSI48 /*!< HSI48 clock selected as … macro
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_rcc_ex.h202 #define RCC_USBCLKSOURCE_HSI48 0x00000000U macro
756 ((__SOURCE__) == RCC_USBCLKSOURCE_HSI48))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc_ex.h350 #define RCC_USBCLKSOURCE_HSI48 RCC_CCIPR_CLK48SEL macro
1239 ((__SOURCE__) == RCC_USBCLKSOURCE_HSI48))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h628 #define RCC_USBCLKSOURCE_HSI48 0x00000000U macro
2836 (((__SOURCE__) == RCC_USBCLKSOURCE_HSI48) || \
2842 (((__SOURCE__) == RCC_USBCLKSOURCE_HSI48) || \
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc_ex.h434 #define RCC_USBCLKSOURCE_HSI48 0x00000000U /*!< HSI48 oscillator clock selected … macro
1527 (((__SOURCE__) == RCC_USBCLKSOURCE_HSI48)|| \
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rcc_ex.h394 #define RCC_USBCLKSOURCE_HSI48 0x00000000U macro
1582 (((__SOURCE__) == RCC_USBCLKSOURCE_HSI48) || \
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c1130 else if (srcclk == RCC_USBCLKSOURCE_HSI48) /* HSI48 ? */ in HAL_RCCEx_GetPeriphCLKFreq()
1132 if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSI48RDY)) && (srcclk == RCC_USBCLKSOURCE_HSI48)) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h1235 #define RCC_USBCLKSOURCE_HSI48 RCC_CCIPR4_USBSEL macro
3718 ((__SOURCE__) == RCC_USBCLKSOURCE_HSI48))
3723 ((__SOURCE__) == RCC_USBCLKSOURCE_HSI48))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h488 #define RCC_USBCLKSOURCE_HSI48 0U /*!< HSI48 */ macro
2084 (((__SOURCE__) == RCC_USBCLKSOURCE_HSI48) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h953 #define RCC_USBCLKSOURCE_HSI48 RCC_D2CCIP2R_USBSEL macro
957 #define RCC_USBCLKSOURCE_HSI48 RCC_CDCCIP2R_USBSEL macro
4143 ((SOURCE) == RCC_USBCLKSOURCE_HSI48))
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc_ex.h293 #define IS_RCC_USBCLKSOURCE(SOURCE) (((SOURCE) == RCC_USBCLKSOURCE_HSI48) || \
686 #define RCC_USBCLKSOURCE_HSI48 RCC_CFGR3_USBSW_HSI48 /*!< HSI48 clock selected as USB cloc… macro
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rcc_ex.c424 if (srcclk == RCC_USBCLKSOURCE_HSI48) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc_ex.c547 else if ((srcclk == RCC_USBCLKSOURCE_HSI48) && (HAL_IS_BIT_SET(RCC->CR2, RCC_CR2_HSI48RDY))) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rcc_ex.c496 else if (srcclk == RCC_USBCLKSOURCE_HSI48) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rcc_ex.h119 #define IS_RCC_USBCLKSOURCE(__SOURCE__) (((__SOURCE__) == RCC_USBCLKSOURCE_HSI48) || \
379 #define RCC_USBCLKSOURCE_HSI48 RCC_CCIPR_HSI48SEL macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c981 case RCC_USBCLKSOURCE_HSI48: in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c1166 …else if((HAL_IS_BIT_SET(RCC->CRRCR, RCC_CRRCR_HSI48RDY)) && (srcclk == RCC_USBCLKSOURCE_HSI48)) /*… in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c2403 case RCC_USBCLKSOURCE_HSI48: in HAL_RCCEx_PeriphCLKConfig()
5239 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSI48RDY)) && (srcclk == RCC_USBCLKSOURCE_HSI48)) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1387 case RCC_USBCLKSOURCE_HSI48: in HAL_RCCEx_PeriphCLKConfig()