Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_bus.h449 __STATIC_INLINE void LL_BUS_EnableClock(uint32_t Bus) in LL_BUS_EnableClock() argument
452 WRITE_REG(RCC->BUSENSR, Bus); in LL_BUS_EnableClock()
489 __STATIC_INLINE uint32_t LL_BUS_IsEnabledClock(uint32_t Bus) in LL_BUS_IsEnabledClock() argument
491 return ((READ_BIT(RCC->BUSENR, Bus) == Bus) ? 1UL : 0UL); in LL_BUS_IsEnabledClock()
525 __STATIC_INLINE void LL_BUS_DisableClock(uint32_t Bus) in LL_BUS_DisableClock() argument
527 WRITE_REG(RCC->BUSENCR, Bus); in LL_BUS_DisableClock()
561 __STATIC_INLINE void LL_BUS_EnableClockLowPower(uint32_t Bus) in LL_BUS_EnableClockLowPower() argument
564 WRITE_REG(RCC->BUSLPENSR, Bus); in LL_BUS_EnableClockLowPower()
601 __STATIC_INLINE uint32_t LL_BUS_IsEnabledClockLowPower(uint32_t Bus) in LL_BUS_IsEnabledClockLowPower() argument
603 return ((READ_BIT(RCC->BUSLPENR, Bus) == Bus) ? 1UL : 0UL); in LL_BUS_IsEnabledClockLowPower()
[all …]