Searched refs:RCC_CR_MSION (Results 1 – 7 of 7) sorted by relevance
205 RCC->CR |= RCC_CR_MSION; in SystemInit()
281 SET_BIT(RCC->CR, RCC_CR_MSION); in HAL_RCC_DeInit()1392 if(READ_BIT(RCC->CR, RCC_CR_MSION) == RCC_CR_MSION) in HAL_RCC_GetOscConfig()
236 #define RCC_MSI_ON RCC_CR_MSION /*!< MSI clock activation */3753 #define __HAL_RCC_MSI_ENABLE() SET_BIT(RCC->CR, RCC_CR_MSION)3755 #define __HAL_RCC_MSI_DISABLE() CLEAR_BIT(RCC->CR, RCC_CR_MSION)
10519 #define RCC_CR_MSION RCC_CR_MSION_Msk /*!< Internal Multi … macro