Searched refs:RCC_CR_PLLRDY (Results 1 – 5 of 5) sorted by relevance
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_rcc.c | 341 while(READ_BIT(RCC->CR, RCC_CR_PLLRDY | RCC_CR_PLLSAI1RDY | RCC_CR_PLLSAI2RDY) != 0U) in HAL_RCC_DeInit() 345 while(READ_BIT(RCC->CR, RCC_CR_PLLRDY | RCC_CR_PLLSAI1RDY) != 0U) in HAL_RCC_DeInit() 809 while(READ_BIT(RCC->CR, RCC_CR_PLLRDY) != RESET) in HAL_RCC_OscConfig() 835 while(READ_BIT(RCC->CR, RCC_CR_PLLRDY) == RESET) in HAL_RCC_OscConfig() 869 while(READ_BIT(RCC->CR, RCC_CR_PLLRDY) != RESET) in HAL_RCC_OscConfig() 976 if(READ_BIT(RCC->CR, RCC_CR_PLLRDY) == RESET) in HAL_RCC_ClockConfig()
|
D | stm32l4xx_hal_rcc_ex.c | 1461 … if(HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLLRDY) && HAL_IS_BIT_SET(RCC->PLLCFGR, RCC_PLLCFGR_PLLQEN)) in HAL_RCCEx_GetPeriphCLKFreq() 1516 … if(HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLLRDY) && HAL_IS_BIT_SET(RCC->PLLCFGR, RCC_PLLCFGR_PLLPEN)) in HAL_RCCEx_GetPeriphCLKFreq() 1563 … if(HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLLRDY) && HAL_IS_BIT_SET(RCC->PLLCFGR, RCC_PLLCFGR_PLLQEN)) in HAL_RCCEx_GetPeriphCLKFreq() 2065 … if(HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLLRDY) && HAL_IS_BIT_SET(RCC->PLLCFGR, RCC_PLLCFGR_PLLQEN)) in HAL_RCCEx_GetPeriphCLKFreq() 2213 if((READ_BIT(RCC->CR, RCC_CR_PLLRDY) == RESET) in HAL_RCCEx_DisablePLLSAI1() 2341 if((READ_BIT(RCC->CR, RCC_CR_PLLRDY) == RESET) in HAL_RCCEx_DisablePLLSAI2()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_rcc.c | 341 while(READ_BIT(RCC->CR, RCC_CR_PLLRDY | RCC_CR_PLLSAI1RDY | RCC_CR_PLLSAI2RDY) != 0U) in HAL_RCC_DeInit() 345 while(READ_BIT(RCC->CR, RCC_CR_PLLRDY | RCC_CR_PLLSAI1RDY) != 0U) in HAL_RCC_DeInit() 809 while(READ_BIT(RCC->CR, RCC_CR_PLLRDY) != RESET) in HAL_RCC_OscConfig() 835 while(READ_BIT(RCC->CR, RCC_CR_PLLRDY) == RESET) in HAL_RCC_OscConfig() 869 while(READ_BIT(RCC->CR, RCC_CR_PLLRDY) != RESET) in HAL_RCC_OscConfig() 976 if(READ_BIT(RCC->CR, RCC_CR_PLLRDY) == RESET) in HAL_RCC_ClockConfig()
|
D | stm32l4xx_hal_rcc_ex.c | 1461 … if(HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLLRDY) && HAL_IS_BIT_SET(RCC->PLLCFGR, RCC_PLLCFGR_PLLQEN)) in HAL_RCCEx_GetPeriphCLKFreq() 1516 … if(HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLLRDY) && HAL_IS_BIT_SET(RCC->PLLCFGR, RCC_PLLCFGR_PLLPEN)) in HAL_RCCEx_GetPeriphCLKFreq() 1563 … if(HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLLRDY) && HAL_IS_BIT_SET(RCC->PLLCFGR, RCC_PLLCFGR_PLLQEN)) in HAL_RCCEx_GetPeriphCLKFreq() 2065 … if(HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLLRDY) && HAL_IS_BIT_SET(RCC->PLLCFGR, RCC_PLLCFGR_PLLQEN)) in HAL_RCCEx_GetPeriphCLKFreq() 2213 if((READ_BIT(RCC->CR, RCC_CR_PLLRDY) == RESET) in HAL_RCCEx_DisablePLLSAI1() 2341 if((READ_BIT(RCC->CR, RCC_CR_PLLRDY) == RESET) in HAL_RCCEx_DisablePLLSAI2()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/ |
D | stm32l476xx.h | 10578 #define RCC_CR_PLLRDY RCC_CR_PLLRDY_Msk /*!< System PLL cloc… macro
|