Searched refs:RCC_CIER_PLLRDYIE (Results 1 – 6 of 6) sorted by relevance
219 #define LL_RCC_CIER_PLLRDYIE RCC_CIER_PLLRDYIE /*!< PLL Ready Interrupt Enable */2276 SET_BIT(RCC->CIER, RCC_CIER_PLLRDYIE); in LL_RCC_EnableIT_PLLRDY()2358 CLEAR_BIT(RCC->CIER, RCC_CIER_PLLRDYIE); in LL_RCC_DisableIT_PLLRDY()2440 return (READ_BIT(RCC->CIER, RCC_CIER_PLLRDYIE) == (RCC_CIER_PLLRDYIE)); in LL_RCC_IsEnabledIT_PLLRDY()
223 #define LL_RCC_CIER_PLLRDYIE RCC_CIER_PLLRDYIE /*!< PLL Ready Interrupt Enable */5774 SET_BIT(RCC->CIER, RCC_CIER_PLLRDYIE); in LL_RCC_EnableIT_PLLRDY()5880 CLEAR_BIT(RCC->CIER, RCC_CIER_PLLRDYIE); in LL_RCC_DisableIT_PLLRDY()5986 return ((READ_BIT(RCC->CIER, RCC_CIER_PLLRDYIE) == RCC_CIER_PLLRDYIE) ? 1UL : 0UL); in LL_RCC_IsEnabledIT_PLLRDY()
3702 #define RCC_CIER_PLLRDYIE RCC_CIER_PLLRDYIE_Msk /*!< PLL Ready Inter… macro
4117 #define RCC_CIER_PLLRDYIE RCC_CIER_PLLRDYIE_Msk /*!< PLL Ready Inter… macro
3975 #define RCC_CIER_PLLRDYIE RCC_CIER_PLLRDYIE_Msk /*!< PLL Ready Inter… macro
10889 #define RCC_CIER_PLLRDYIE RCC_CIER_PLLRDYIE_Msk macro