Searched refs:RCC_CR_PLL2RDY (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Src/ |
D | stm32h5xx_hal_rcc_ex.c | 3472 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLL2RDY)) && (srcclk == RCC_USART1CLKSOURCE_PLL2Q)) in HAL_RCCEx_GetPeriphCLKFreq() 3511 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLL2RDY)) && (srcclk == RCC_USART2CLKSOURCE_PLL2Q)) in HAL_RCCEx_GetPeriphCLKFreq() 3550 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLL2RDY)) && (srcclk == RCC_USART3CLKSOURCE_PLL2Q)) in HAL_RCCEx_GetPeriphCLKFreq() 3590 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLL2RDY)) && (srcclk == RCC_UART4CLKSOURCE_PLL2Q)) in HAL_RCCEx_GetPeriphCLKFreq() 3629 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLL2RDY)) && (srcclk == RCC_UART5CLKSOURCE_PLL2Q)) in HAL_RCCEx_GetPeriphCLKFreq() 3668 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLL2RDY)) && (srcclk == RCC_USART6CLKSOURCE_PLL2Q)) in HAL_RCCEx_GetPeriphCLKFreq() 3707 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLL2RDY)) && (srcclk == RCC_UART7CLKSOURCE_PLL2Q)) in HAL_RCCEx_GetPeriphCLKFreq() 3746 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLL2RDY)) && (srcclk == RCC_UART8CLKSOURCE_PLL2Q)) in HAL_RCCEx_GetPeriphCLKFreq() 3785 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLL2RDY)) && (srcclk == RCC_UART9CLKSOURCE_PLL2Q)) in HAL_RCCEx_GetPeriphCLKFreq() 3824 … else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLL2RDY)) && (srcclk == RCC_USART10CLKSOURCE_PLL2Q)) in HAL_RCCEx_GetPeriphCLKFreq() [all …]
|
D | stm32h5xx_hal_rcc.c | 331 while (READ_BIT(RCC->CR, RCC_CR_PLL2RDY) != 0U) in HAL_RCC_DeInit()
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
D | stm32u5xx_hal_rcc_ex.c | 2431 while (READ_BIT(RCC->CR, RCC_CR_PLL2RDY) != 0U) in HAL_RCCEx_EnablePLL2() 2474 while (READ_BIT(RCC->CR, RCC_CR_PLL2RDY) == 0U) in HAL_RCCEx_EnablePLL2() 2503 while (READ_BIT(RCC->CR, RCC_CR_PLL2RDY) != 0U) in HAL_RCCEx_DisablePLL2()
|
D | stm32u5xx_hal_rcc.c | 444 while (READ_BIT(RCC->CR, RCC_CR_PLL2RDY) != 0U) in HAL_RCC_DeInit()
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/Device/Include/ |
D | stm32u585xx.h | 15182 #define RCC_CR_PLL2RDY RCC_CR_PLL2RDY_Msk /*!< System PLL… macro
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/Device/Include/ |
D | stm32h573xx.h | 15635 #define RCC_CR_PLL2RDY RCC_CR_PLL2RDY_Msk /*!< PLL2 ready… macro
|