Home
last modified time | relevance | path

Searched refs:Misc (Results 1 – 1 of 1) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_bus.h3815 __STATIC_INLINE void LL_MISC_EnableClock(uint32_t Misc) in LL_MISC_EnableClock() argument
3818 WRITE_REG(RCC->MISCENSR, Misc); in LL_MISC_EnableClock()
3839 __STATIC_INLINE uint32_t LL_MISC_IsEnabledClock(uint32_t Misc) in LL_MISC_IsEnabledClock() argument
3841 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() argument
3861 WRITE_REG(RCC->MISCENCR, Misc); in LL_MISC_DisableClock()
3879 __STATIC_INLINE void LL_MISC_ForceReset(uint32_t Misc) in LL_MISC_ForceReset() argument
3881 WRITE_REG(RCC->MISCRSTSR, Misc); in LL_MISC_ForceReset()
3899 __STATIC_INLINE void LL_MISC_ReleaseReset(uint32_t Misc) in LL_MISC_ReleaseReset() argument
3901 WRITE_REG(RCC->MISCRSTCR, Misc); in LL_MISC_ReleaseReset()
[all …]