/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_rcc.c | 619 while (READ_BIT(RCC->CR, RCC_CR_HSI48RDY) == 0U) in HAL_RCC_OscConfig() 636 while (READ_BIT(RCC->CR, RCC_CR_HSI48RDY) != 0U) in HAL_RCC_OscConfig()
|
D | stm32g0xx_hal_rcc_ex.c | 1132 if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSI48RDY)) && (srcclk == RCC_USBCLKSOURCE_HSI48)) in HAL_RCCEx_GetPeriphCLKFreq()
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rcc_ex.c | 1989 if (HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSI48RDY)) in HAL_RCCEx_GetPeriphCLKFreq() 2040 if (HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSI48RDY)) in HAL_RCCEx_GetPeriphCLKFreq() 2993 if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSI48RDY)) && (srcclk == RCC_RNGCLKSOURCE_HSI48)) in HAL_RCCEx_GetPeriphCLKFreq() 2999 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSI48RDY)) && (srcclk == RCC_RNGCLKSOURCE_HSI48_DIV2)) in HAL_RCCEx_GetPeriphCLKFreq()
|
D | stm32u5xx_hal_rcc.c | 1043 while (READ_BIT(RCC->CR, RCC_CR_HSI48RDY) == 0U) in HAL_RCC_OscConfig() 1059 while (READ_BIT(RCC->CR, RCC_CR_HSI48RDY) != 0U) in HAL_RCC_OscConfig()
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_rcc.c | 797 while (READ_BIT(RCC->CR, RCC_CR_HSI48RDY) == 0U) in HAL_RCC_OscConfig() 814 while (READ_BIT(RCC->CR, RCC_CR_HSI48RDY) != 0U) in HAL_RCC_OscConfig()
|
D | stm32h5xx_hal_rcc_ex.c | 5177 if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSI48RDY)) && (srcclk == RCC_RNGCLKSOURCE_HSI48)) in HAL_RCCEx_GetPeriphCLKFreq() 5225 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSI48RDY)) && (srcclk == RCC_USBCLKSOURCE_HSI48)) in HAL_RCCEx_GetPeriphCLKFreq()
|
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_rcc.h | 1440 return ((READ_BIT(RCC->CR, RCC_CR_HSI48RDY) == RCC_CR_HSI48RDY) ? 1UL : 0UL); in LL_RCC_HSI48_IsReady()
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_rcc.h | 1685 return ((READ_BIT(RCC->CR, RCC_CR_HSI48RDY) == RCC_CR_HSI48RDY) ? 1UL : 0UL); in LL_RCC_HSI48_IsReady()
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_rcc.h | 1884 return ((READ_BIT(RCC->CR, RCC_CR_HSI48RDY) == RCC_CR_HSI48RDY) ? 1UL : 0UL); in LL_RCC_HSI48_IsReady()
|
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_rcc.h | 2018 return ((READ_BIT(RCC->CR, RCC_CR_HSI48RDY) == (RCC_CR_HSI48RDY)) ? 1UL : 0UL); in LL_RCC_HSI48_IsReady()
|
/hal_stm32-3.4.0/stm32cube/stm32g0xx/soc/ |
D | stm32g0b1xx.h | 6098 #define RCC_CR_HSI48RDY RCC_CR_HSI48RDY_Msk /*!< RC48 clock … macro
|
D | stm32g0c1xx.h | 6334 #define RCC_CR_HSI48RDY RCC_CR_HSI48RDY_Msk /*!< RC48 clock … macro
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 8656 #define RCC_CR_HSI48RDY RCC_CR_HSI48RDY_Msk /*!< HSI48 cloc… macro
|
D | stm32h562xx.h | 12988 #define RCC_CR_HSI48RDY RCC_CR_HSI48RDY_Msk /*!< HSI48 cloc… macro
|
D | stm32h563xx.h | 15072 #define RCC_CR_HSI48RDY RCC_CR_HSI48RDY_Msk /*!< HSI48 cloc… macro
|
D | stm32h573xx.h | 15593 #define RCC_CR_HSI48RDY RCC_CR_HSI48RDY_Msk /*!< HSI48 cloc… macro
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/soc/ |
D | stm32u535xx.h | 13714 #define RCC_CR_HSI48RDY RCC_CR_HSI48RDY_Msk /*!< Internal H… macro
|
D | stm32u545xx.h | 14224 #define RCC_CR_HSI48RDY RCC_CR_HSI48RDY_Msk /*!< Internal H… macro
|
D | stm32u575xx.h | 15085 #define RCC_CR_HSI48RDY RCC_CR_HSI48RDY_Msk /*!< Internal H… macro
|
/hal_stm32-3.4.0/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xxq.h | 12548 #define RCC_CR_HSI48RDY RCC_CR_HSI48RDY_Msk /*!< HSI48 clock rea… macro
|
D | stm32h7a3xx.h | 12536 #define RCC_CR_HSI48RDY RCC_CR_HSI48RDY_Msk /*!< HSI48 clock rea… macro
|
D | stm32h7b0xx.h | 12980 #define RCC_CR_HSI48RDY RCC_CR_HSI48RDY_Msk /*!< HSI48 clock rea… macro
|
D | stm32h7b0xxq.h | 12992 #define RCC_CR_HSI48RDY RCC_CR_HSI48RDY_Msk /*!< HSI48 clock rea… macro
|
D | stm32h7b3xx.h | 12987 #define RCC_CR_HSI48RDY RCC_CR_HSI48RDY_Msk /*!< HSI48 clock rea… macro
|
D | stm32h7b3xxq.h | 12999 #define RCC_CR_HSI48RDY RCC_CR_HSI48RDY_Msk /*!< HSI48 clock rea… macro
|