Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_bus.h679 __STATIC_INLINE void LL_MEM_EnableClock(uint32_t Memories) in LL_MEM_EnableClock() argument
682 WRITE_REG(RCC->MEMENSR, Memories); in LL_MEM_EnableClock()
717 __STATIC_INLINE uint32_t LL_MEM_IsEnabledClock(uint32_t Memories) in LL_MEM_IsEnabledClock() argument
719 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() argument
753 WRITE_REG(RCC->MEMENCR, Memories); in LL_MEM_DisableClock()
785 __STATIC_INLINE void LL_MEM_EnableClockLowPower(uint32_t Memories) in LL_MEM_EnableClockLowPower() argument
788 WRITE_REG(RCC->MEMLPENSR, Memories); in LL_MEM_EnableClockLowPower()
823 __STATIC_INLINE uint32_t LL_MEM_IsEnabledClockLowPower(uint32_t Memories) in LL_MEM_IsEnabledClockLowPower() argument
825 return ((READ_BIT(RCC->MEMLPENR, Memories) == Memories) ? 1UL : 0UL); in LL_MEM_IsEnabledClockLowPower()
[all …]