Home
last modified time | relevance | path

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/
Dstm32h5xx_hal_rcc_ex.c3472 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 …]
Dstm32h5xx_hal_rcc.c331 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/
Dstm32u5xx_hal_rcc_ex.c2431 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()
Dstm32u5xx_hal_rcc.c444 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/
Dstm32u585xx.h15182 #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/
Dstm32h573xx.h15635 #define RCC_CR_PLL2RDY RCC_CR_PLL2RDY_Msk /*!< PLL2 ready… macro