Searched refs:RCC_CR_HSEPLLBUFON (Results 1 – 5 of 5) sorted by relevance
245 #define LL_RCC_HSEPLLBUF_ON RCC_CR_HSEPLLBUFON /*!< Enable the External high speed clock buff…2237 SET_BIT(RCC->CR, RCC_CR_HSEPLLBUFON); in LL_RCC_HSEPLLBUFON_Enable()2247 CLEAR_BIT(RCC->CR, RCC_CR_HSEPLLBUFON); in LL_RCC_HSEPLLBUFON_Disable()2257 return ((READ_BIT(RCC->CR, RCC_CR_HSEPLLBUFON) == (RCC_CR_HSEPLLBUFON)) ? 1UL : 0UL); in LL_RCC_HSEPLLBUFON_IsEnabled()
2709 #define RCC_CR_HSEPLLBUFON RCC_CR_HSEPLLBUFON_Msk macro
2803 #define RCC_CR_HSEPLLBUFON RCC_CR_HSEPLLBUFON_Msk macro
2734 #define RCC_CR_HSEPLLBUFON RCC_CR_HSEPLLBUFON_Msk macro