| /hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
| D | stm32l5xx_hal_rcc_ex.c | 1760 while (READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) != 0U) in HAL_RCCEx_EnablePLLSAI2() 1765 if (READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) != 0U) in HAL_RCCEx_EnablePLLSAI2() 1794 while (READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) == 0U) in HAL_RCCEx_EnablePLLSAI2() 1799 if (READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) == 0U) in HAL_RCCEx_EnablePLLSAI2() 1828 while (READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) != 0U) in HAL_RCCEx_DisablePLLSAI2() 1833 if (READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) != 0U) in HAL_RCCEx_DisablePLLSAI2() 2709 while (READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) != 0U) in RCCEx_PLLSAI2_Config() 2714 if (READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) != 0U) in RCCEx_PLLSAI2_Config() 2745 while (READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) == 0U) in RCCEx_PLLSAI2_Config() 2750 if (READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) == 0U) in RCCEx_PLLSAI2_Config()
|
| D | stm32l5xx_hal_rcc.c | 307 while (READ_BIT(RCC->CR, RCC_CR_PLLRDY | RCC_CR_PLLSAI1RDY | RCC_CR_PLLSAI2RDY) != 0U) in HAL_RCC_DeInit() 312 if (READ_BIT(RCC->CR, RCC_CR_PLLRDY | RCC_CR_PLLSAI1RDY | RCC_CR_PLLSAI2RDY) != 0U) in HAL_RCC_DeInit()
|
| D | stm32l5xx_ll_rcc.c | 166 while (READ_BIT(RCC->CR, RCC_CR_PLLRDY | RCC_CR_PLLSAI1RDY | RCC_CR_PLLSAI2RDY) != 0U) in LL_RCC_DeInit()
|
| /hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
| D | stm32l4xx_hal_rcc_ex.c | 744 while(READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) != 0U) in HAL_RCCEx_PeriphCLKConfig() 1667 …if(HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLLSAI2RDY) && (__HAL_RCC_GET_PLLSAI2CLKOUT_CONFIG(RCC_PLLSAI2_A… in HAL_RCCEx_GetPeriphCLKFreq() 2152 if(READ_BIT(RCC->CR, (RCC_CR_PLLRDY | RCC_CR_PLLSAI2RDY)) == 0U) in HAL_RCCEx_DisablePLLSAI1() 2199 while(READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) != 0U) in HAL_RCCEx_EnablePLLSAI2() 2237 while(READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) == 0U) in HAL_RCCEx_EnablePLLSAI2() 2266 while(READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) != 0U) in HAL_RCCEx_DisablePLLSAI2() 3192 while(READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) != 0U) in RCCEx_PLLSAI2_Config() 3285 while(READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) == 0U) in RCCEx_PLLSAI2_Config() 3495 …if(HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLLSAI2RDY) && (__HAL_RCC_GET_PLLSAI2CLKOUT_CONFIG(RCC_PLLSAI2_S… in RCCEx_GetSAIxPeriphCLKFreq()
|
| D | stm32l4xx_ll_rcc.c | 242 while(READ_BIT(RCC->CR, RCC_CR_PLLRDY | RCC_CR_PLLSAI1RDY | RCC_CR_PLLSAI2RDY) != 0U) in LL_RCC_DeInit()
|
| D | stm32l4xx_hal_rcc.c | 335 while(READ_BIT(RCC->CR, RCC_CR_PLLRDY | RCC_CR_PLLSAI1RDY | RCC_CR_PLLSAI2RDY) != 0U) in HAL_RCC_DeInit()
|
| /hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
| D | stm32l5xx_hal_rcc_ex.h | 1545 #define __HAL_RCC_PLLSAI2_GET_FLAG() (READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) == (RCC_CR_PLLSAI2RDY))
|
| D | stm32l5xx_ll_rcc.h | 3873 return ((READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) == RCC_CR_PLLSAI2RDY) ? 1UL : 0UL); in LL_RCC_PLLSAI2_IsReady()
|
| /hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
| D | stm32l4xx_hal_rcc_ex.h | 2123 #define __HAL_RCC_PLLSAI2_GET_FLAG() (READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) == (RCC_CR_PLLSAI2RDY))
|
| D | stm32l4xx_ll_rcc.h | 4869 return ((READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) == RCC_CR_PLLSAI2RDY) ? 1UL : 0UL); in LL_RCC_PLLSAI2_IsReady()
|
| /hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
| D | stm32l471xx.h | 10404 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
|
| D | stm32l475xx.h | 10568 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
|
| D | stm32l476xx.h | 10597 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
|
| D | stm32l486xx.h | 10807 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
|
| D | stm32l485xx.h | 10784 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
|
| D | stm32l4a6xx.h | 11865 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
|
| D | stm32l496xx.h | 11543 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
|
| D | stm32l4r5xx.h | 11729 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
|
| D | stm32l4r7xx.h | 12210 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
|
| D | stm32l4s5xx.h | 12058 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
|
| D | stm32l4s7xx.h | 12539 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
|
| D | stm32l4p5xx.h | 12511 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
|
| D | stm32l4q5xx.h | 13004 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
|
| /hal_stm32-latest/stm32cube/stm32l5xx/soc/ |
| D | stm32l552xx.h | 11098 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
|
| D | stm32l562xx.h | 11801 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
|