/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_rcc.c | 253 while (READ_BIT(RCC->CR, RCC_CR_MSIRDY) == 0U) in HAL_RCC_DeInit() 258 if (READ_BIT(RCC->CR, RCC_CR_MSIRDY) == 0U) in HAL_RCC_DeInit() 459 if ((READ_BIT(RCC->CR, RCC_CR_MSIRDY) != 0U) && (RCC_OscInitStruct->MSIState == RCC_MSI_OFF)) in HAL_RCC_OscConfig() 525 while (READ_BIT(RCC->CR, RCC_CR_MSIRDY) == 0U) in HAL_RCC_OscConfig() 530 if (READ_BIT(RCC->CR, RCC_CR_MSIRDY) == 0U) in HAL_RCC_OscConfig() 551 while (READ_BIT(RCC->CR, RCC_CR_MSIRDY) != 0U) in HAL_RCC_OscConfig() 556 if (READ_BIT(RCC->CR, RCC_CR_MSIRDY) != 0U) in HAL_RCC_OscConfig() 1229 if (READ_BIT(RCC->CR, RCC_CR_MSIRDY) == 0U) in HAL_RCC_ClockConfig() 1585 if ((RCC->CR & RCC_CR_MSIRDY) == RCC_CR_MSIRDY) in HAL_RCC_GetOscConfig()
|
D | stm32l5xx_hal_rcc_ex.c | 868 if (HAL_IS_BIT_SET(RCC->CR, RCC_CR_MSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq() 927 if (HAL_IS_BIT_SET(RCC->CR, RCC_CR_MSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq() 1009 if (HAL_IS_BIT_SET(RCC->CR, RCC_CR_MSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq() 1305 if (HAL_IS_BIT_SET(RCC->CR, RCC_CR_MSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq() 2424 if (READ_BIT(RCC->CR, RCC_CR_MSIRDY) == 0U) in RCCEx_PLLSource_Enable() 2433 while (READ_BIT(RCC->CR, RCC_CR_MSIRDY) == 0U) in RCCEx_PLLSource_Enable() 2438 if (READ_BIT(RCC->CR, RCC_CR_MSIRDY) == 0U) in RCCEx_PLLSource_Enable() 2538 if (HAL_IS_BIT_CLR(RCC->CR, RCC_CR_MSIRDY)) in RCCEx_PLLSAI1_Config() 2678 if (HAL_IS_BIT_CLR(RCC->CR, RCC_CR_MSIRDY)) in RCCEx_PLLSAI2_Config() 2780 if (HAL_IS_BIT_SET(RCC->CR, RCC_CR_MSIRDY)) in RCCEx_PLLSAI1_GetVCOFreq() [all …]
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_rcc.c | 231 while (READ_BIT(RCC->CR, RCC_CR_MSIRDY) == 0U) in HAL_RCC_DeInit() 352 if ((READ_BIT(RCC->CR, RCC_CR_MSIRDY) != 0U) && (RCC_OscInitStruct->MSIState == RCC_MSI_OFF)) in HAL_RCC_OscConfig() 419 while (READ_BIT(RCC->CR, RCC_CR_MSIRDY) == 0U) in HAL_RCC_OscConfig() 441 while (READ_BIT(RCC->CR, RCC_CR_MSIRDY) != 0U) in HAL_RCC_OscConfig() 939 if (READ_BIT(RCC->CR, RCC_CR_MSIRDY) == 0U) in HAL_RCC_ClockConfig()
|
D | stm32u0xx_hal_rcc_ex.c | 985 if (HAL_IS_BIT_SET(RCC->CR, RCC_CR_MSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq() 1020 if (HAL_IS_BIT_SET(RCC->CR, RCC_CR_MSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq() 1820 if (READ_BIT(RCC->CR, RCC_CR_MSIRDY) == 0U) in RCCEx_PLLSource_Enable() 1829 while (READ_BIT(RCC->CR, RCC_CR_MSIRDY) == 0U) in RCCEx_PLLSource_Enable()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_rcc.c | 278 while(READ_BIT(RCC->CR, RCC_CR_MSIRDY) == 0U) in HAL_RCC_DeInit() 435 if((READ_BIT(RCC->CR, RCC_CR_MSIRDY) != 0U) && (RCC_OscInitStruct->MSIState == RCC_MSI_OFF)) in HAL_RCC_OscConfig() 501 while(READ_BIT(RCC->CR, RCC_CR_MSIRDY) == 0U) in HAL_RCC_OscConfig() 523 while(READ_BIT(RCC->CR, RCC_CR_MSIRDY) != 0U) in HAL_RCC_OscConfig() 1189 if(READ_BIT(RCC->CR, RCC_CR_MSIRDY) == 0U) in HAL_RCC_ClockConfig()
|
D | stm32l4xx_hal_rcc_ex.c | 1216 if(HAL_IS_BIT_SET(RCC->CR, RCC_CR_MSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq() 1289 if(HAL_IS_BIT_SET(RCC->CR, RCC_CR_MSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq() 1381 if(HAL_IS_BIT_SET(RCC->CR, RCC_CR_MSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq() 1723 if(HAL_IS_BIT_SET(RCC->CR, RCC_CR_MSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq() 1994 if(HAL_IS_BIT_SET(RCC->CR, RCC_CR_MSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq() 2941 if(HAL_IS_BIT_CLR(RCC->CR, RCC_CR_MSIRDY)) in RCCEx_PLLSAI1_Config() 3146 if(HAL_IS_BIT_CLR(RCC->CR, RCC_CR_MSIRDY)) in RCCEx_PLLSAI2_Config()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_rcc.h | 818 return ((READ_BIT(RCC->CR, RCC_CR_MSIRDY) == RCC_CR_MSIRDY) ? 1UL : 0UL); in LL_RCC_MSI_IsReady()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_rcc.h | 1183 return ((READ_BIT(RCC->CR, RCC_CR_MSIRDY) == RCC_CR_MSIRDY) ? 1UL : 0UL); in LL_RCC_MSI_IsReady()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_rcc.h | 1449 return ((READ_BIT(RCC->CR, RCC_CR_MSIRDY) == (RCC_CR_MSIRDY)) ? 1UL : 0UL); in LL_RCC_MSI_IsReady()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_rcc.h | 1438 return (READ_BIT(RCC->CR, RCC_CR_MSIRDY) == (RCC_CR_MSIRDY)); in LL_RCC_MSI_IsReady()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_rcc.h | 1872 return ((READ_BIT(RCC->CR, RCC_CR_MSIRDY) == (RCC_CR_MSIRDY)) ? 1UL : 0UL); in LL_RCC_MSI_IsReady()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_rcc.c | 242 while (READ_BIT(RCC->CR, RCC_CR_MSIRDY) == 0U) in HAL_RCC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_rcc.h | 1921 return ((READ_BIT(RCC->CR, RCC_CR_MSIRDY) == RCC_CR_MSIRDY) ? 1UL : 0UL); in LL_RCC_MSI_IsReady()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_rcc.c | 239 while (READ_BIT(RCC->CR, RCC_CR_MSIRDY) == 0U) in HAL_RCC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_rcc.h | 2509 return ((READ_BIT(RCC->CR, RCC_CR_MSIRDY) == RCC_CR_MSIRDY) ? 1UL : 0UL); in LL_RCC_MSI_IsReady()
|
/hal_stm32-latest/stm32cube/stm32l0xx/soc/ |
D | stm32l041xx.h | 3317 #define RCC_CR_MSIRDY RCC_CR_MSIRDY_Msk /*!< Internal Multi … macro
|
D | stm32l010x8.h | 3020 #define RCC_CR_MSIRDY RCC_CR_MSIRDY_Msk /*!< Internal Multi … macro
|
D | stm32l010xb.h | 3028 #define RCC_CR_MSIRDY RCC_CR_MSIRDY_Msk /*!< Internal Multi … macro
|
D | stm32l011xx.h | 3121 #define RCC_CR_MSIRDY RCC_CR_MSIRDY_Msk /*!< Internal Multi … macro
|
D | stm32l021xx.h | 3249 #define RCC_CR_MSIRDY RCC_CR_MSIRDY_Msk /*!< Internal Multi … macro
|
D | stm32l031xx.h | 3189 #define RCC_CR_MSIRDY RCC_CR_MSIRDY_Msk /*!< Internal Multi … macro
|
D | stm32l051xx.h | 3261 #define RCC_CR_MSIRDY RCC_CR_MSIRDY_Msk /*!< Internal Multi … macro
|
D | stm32l010x4.h | 3012 #define RCC_CR_MSIRDY RCC_CR_MSIRDY_Msk /*!< Internal Multi … macro
|
D | stm32l010x6.h | 3021 #define RCC_CR_MSIRDY RCC_CR_MSIRDY_Msk /*!< Internal Multi … macro
|
D | stm32l081xx.h | 3441 #define RCC_CR_MSIRDY RCC_CR_MSIRDY_Msk /*!< Internal Multi … macro
|