Searched refs:RCC_HSI_OUTEN (Results 1 – 2 of 2) sorted by relevance
127 ((__HSI__) == RCC_HSI_DIV4) || ((__HSI__) == RCC_HSI_OUTEN) || \128 … ((__HSI__) == (RCC_HSI_OUTEN|RCC_HSI_ON)) || ((__HSI__) == (RCC_HSI_OUTEN|RCC_HSI_DIV4)))358 #define RCC_HSI_OUTEN RCC_CR_HSIOUTEN /*!< HSI_OUTEN clock acti… macro
416 if((hsi_state & RCC_HSI_OUTEN) != 0U) in HAL_RCC_OscConfig()