Searched refs:RCC_CR_HSIOUTEN (Results 1 – 8 of 8) sorted by relevance
282 #if defined(RCC_CR_CSSHSEON) && defined(RCC_CR_HSIOUTEN) in HAL_RCC_DeInit()283 CLEAR_BIT(RCC->CR, RCC_CR_HSION| RCC_CR_HSIKERON| RCC_CR_HSIDIVEN | RCC_CR_HSIOUTEN | \ in HAL_RCC_DeInit()285 #elif !defined(RCC_CR_CSSHSEON) && defined(RCC_CR_HSIOUTEN) in HAL_RCC_DeInit()286 CLEAR_BIT(RCC->CR, RCC_CR_HSION| RCC_CR_HSIKERON| RCC_CR_HSIDIVEN | RCC_CR_HSIOUTEN | \ in HAL_RCC_DeInit()288 #elif defined(RCC_CR_CSSHSEON) && !defined(RCC_CR_HSIOUTEN) in HAL_RCC_DeInit()
156 #if defined(RCC_CR_HSIOUTEN) in LL_RCC_DeInit()157 CLEAR_BIT(vl_mask, RCC_CR_HSION| RCC_CR_HSIKERON| RCC_CR_HSIDIVEN | RCC_CR_HSIOUTEN | \ in LL_RCC_DeInit()
880 #if defined(RCC_CR_HSIOUTEN)888 SET_BIT(RCC->CR, RCC_CR_HSIOUTEN); in LL_RCC_HSI_EnableOutput()898 CLEAR_BIT(RCC->CR, RCC_CR_HSIOUTEN); in LL_RCC_HSI_DisableOutput()
144 #if defined(RCC_CR_HSIOUTEN)376 #if defined(RCC_CR_HSIOUTEN)377 #define RCC_HSI_OUTEN RCC_CR_HSIOUTEN /*!< HSI_OUTEN clock acti…
1880 #if defined(RCC_CR_HSIOUTEN)1885 #define __HAL_RCC_HSI_OUT_ENABLE() SET_BIT(RCC->CR, RCC_CR_HSIOUTEN)1891 #define __HAL_RCC_HSI_OUT_DISABLE() CLEAR_BIT(RCC->CR, RCC_CR_HSIOUTEN)
3441 #define RCC_CR_HSIOUTEN RCC_CR_HSIOUTEN_Msk /*!< Internal High S… macro
3842 #define RCC_CR_HSIOUTEN RCC_CR_HSIOUTEN_Msk /*!< Internal High S… macro
3700 #define RCC_CR_HSIOUTEN RCC_CR_HSIOUTEN_Msk /*!< Internal High S… macro