Home
last modified time | relevance | path

Searched refs:RCC_CR_PLLSAI2RDY (Results 1 – 25 of 27) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c1760 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()
Dstm32l5xx_hal_rcc.c307 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()
Dstm32l5xx_ll_rcc.c166 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/
Dstm32l4xx_hal_rcc_ex.c744 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()
Dstm32l4xx_ll_rcc.c242 while(READ_BIT(RCC->CR, RCC_CR_PLLRDY | RCC_CR_PLLSAI1RDY | RCC_CR_PLLSAI2RDY) != 0U) in LL_RCC_DeInit()
Dstm32l4xx_hal_rcc.c335 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/
Dstm32l5xx_hal_rcc_ex.h1545 #define __HAL_RCC_PLLSAI2_GET_FLAG() (READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) == (RCC_CR_PLLSAI2RDY))
Dstm32l5xx_ll_rcc.h3873 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/
Dstm32l4xx_hal_rcc_ex.h2123 #define __HAL_RCC_PLLSAI2_GET_FLAG() (READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) == (RCC_CR_PLLSAI2RDY))
Dstm32l4xx_ll_rcc.h4869 return ((READ_BIT(RCC->CR, RCC_CR_PLLSAI2RDY) == RCC_CR_PLLSAI2RDY) ? 1UL : 0UL); in LL_RCC_PLLSAI2_IsReady()
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l471xx.h10404 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
Dstm32l475xx.h10568 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
Dstm32l476xx.h10597 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
Dstm32l486xx.h10807 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
Dstm32l485xx.h10784 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
Dstm32l4a6xx.h11865 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
Dstm32l496xx.h11543 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
Dstm32l4r5xx.h11729 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
Dstm32l4r7xx.h12210 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
Dstm32l4s5xx.h12058 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
Dstm32l4s7xx.h12539 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
Dstm32l4p5xx.h12511 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
Dstm32l4q5xx.h13004 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
/hal_stm32-latest/stm32cube/stm32l5xx/soc/
Dstm32l552xx.h11098 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro
Dstm32l562xx.h11801 #define RCC_CR_PLLSAI2RDY RCC_CR_PLLSAI2RDY_Msk /*!< SAI2 PLL ready … macro

12