Searched refs:Misc (Results 1 – 1 of 1) sorted by relevance
3815 __STATIC_INLINE void LL_MISC_EnableClock(uint32_t Misc) in LL_MISC_EnableClock() argument3818 WRITE_REG(RCC->MISCENSR, Misc); in LL_MISC_EnableClock()3839 __STATIC_INLINE uint32_t LL_MISC_IsEnabledClock(uint32_t Misc) in LL_MISC_IsEnabledClock() argument3841 return ((READ_BIT(RCC->MISCENR, Misc) == Misc) ? 1UL : 0UL); in LL_MISC_IsEnabledClock()3859 __STATIC_INLINE void LL_MISC_DisableClock(uint32_t Misc) in LL_MISC_DisableClock() argument3861 WRITE_REG(RCC->MISCENCR, Misc); in LL_MISC_DisableClock()3879 __STATIC_INLINE void LL_MISC_ForceReset(uint32_t Misc) in LL_MISC_ForceReset() argument3881 WRITE_REG(RCC->MISCRSTSR, Misc); in LL_MISC_ForceReset()3899 __STATIC_INLINE void LL_MISC_ReleaseReset(uint32_t Misc) in LL_MISC_ReleaseReset() argument3901 WRITE_REG(RCC->MISCRSTCR, Misc); in LL_MISC_ReleaseReset()[all …]