Searched refs:Memories (Results 1 – 1 of 1) sorted by relevance
679 __STATIC_INLINE void LL_MEM_EnableClock(uint32_t Memories) in LL_MEM_EnableClock() argument682 WRITE_REG(RCC->MEMENSR, Memories); in LL_MEM_EnableClock()717 __STATIC_INLINE uint32_t LL_MEM_IsEnabledClock(uint32_t Memories) in LL_MEM_IsEnabledClock() argument719 return ((READ_BIT(RCC->MEMENR, Memories) == Memories) ? 1UL : 0UL); in LL_MEM_IsEnabledClock()751 __STATIC_INLINE void LL_MEM_DisableClock(uint32_t Memories) in LL_MEM_DisableClock() argument753 WRITE_REG(RCC->MEMENCR, Memories); in LL_MEM_DisableClock()785 __STATIC_INLINE void LL_MEM_EnableClockLowPower(uint32_t Memories) in LL_MEM_EnableClockLowPower() argument788 WRITE_REG(RCC->MEMLPENSR, Memories); in LL_MEM_EnableClockLowPower()823 __STATIC_INLINE uint32_t LL_MEM_IsEnabledClockLowPower(uint32_t Memories) in LL_MEM_IsEnabledClockLowPower() argument825 return ((READ_BIT(RCC->MEMLPENR, Memories) == Memories) ? 1UL : 0UL); in LL_MEM_IsEnabledClockLowPower()[all …]