Searched refs:Bus (Results 1 – 1 of 1) sorted by relevance
449 __STATIC_INLINE void LL_BUS_EnableClock(uint32_t Bus) in LL_BUS_EnableClock() argument452 WRITE_REG(RCC->BUSENSR, Bus); in LL_BUS_EnableClock()489 __STATIC_INLINE uint32_t LL_BUS_IsEnabledClock(uint32_t Bus) in LL_BUS_IsEnabledClock() argument491 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() argument527 WRITE_REG(RCC->BUSENCR, Bus); in LL_BUS_DisableClock()561 __STATIC_INLINE void LL_BUS_EnableClockLowPower(uint32_t Bus) in LL_BUS_EnableClockLowPower() argument564 WRITE_REG(RCC->BUSLPENSR, Bus); in LL_BUS_EnableClockLowPower()601 __STATIC_INLINE uint32_t LL_BUS_IsEnabledClockLowPower(uint32_t Bus) in LL_BUS_IsEnabledClockLowPower() argument603 return ((READ_BIT(RCC->BUSLPENR, Bus) == Bus) ? 1UL : 0UL); in LL_BUS_IsEnabledClockLowPower()[all …]