Lines Matching refs:Periphs

214 __STATIC_INLINE void LL_AHB1_GRP1_EnableClock(uint32_t Periphs)  in LL_AHB1_GRP1_EnableClock()  argument
217 SET_BIT(RCC->AHBENR, Periphs); in LL_AHB1_GRP1_EnableClock()
219 tmpreg = READ_BIT(RCC->AHBENR, Periphs); in LL_AHB1_GRP1_EnableClock()
258 __STATIC_INLINE uint32_t LL_AHB1_GRP1_IsEnabledClock(uint32_t Periphs) in LL_AHB1_GRP1_IsEnabledClock() argument
260 return ((READ_BIT(RCC->AHBENR, Periphs) == (Periphs)) ? 1UL : 0UL); in LL_AHB1_GRP1_IsEnabledClock()
298 __STATIC_INLINE void LL_AHB1_GRP1_DisableClock(uint32_t Periphs) in LL_AHB1_GRP1_DisableClock() argument
300 CLEAR_BIT(RCC->AHBENR, Periphs); in LL_AHB1_GRP1_DisableClock()
339 __STATIC_INLINE void LL_AHB1_GRP1_ForceReset(uint32_t Periphs) in LL_AHB1_GRP1_ForceReset() argument
341 SET_BIT(RCC->AHBRSTR, Periphs); in LL_AHB1_GRP1_ForceReset()
380 __STATIC_INLINE void LL_AHB1_GRP1_ReleaseReset(uint32_t Periphs) in LL_AHB1_GRP1_ReleaseReset() argument
382 CLEAR_BIT(RCC->AHBRSTR, Periphs); in LL_AHB1_GRP1_ReleaseReset()
422 __STATIC_INLINE void LL_AHB1_GRP1_EnableClockSleep(uint32_t Periphs) in LL_AHB1_GRP1_EnableClockSleep() argument
425 SET_BIT(RCC->AHBLPENR, Periphs); in LL_AHB1_GRP1_EnableClockSleep()
427 tmpreg = READ_BIT(RCC->AHBLPENR, Periphs); in LL_AHB1_GRP1_EnableClockSleep()
468 __STATIC_INLINE void LL_AHB1_GRP1_DisableClockSleep(uint32_t Periphs) in LL_AHB1_GRP1_DisableClockSleep() argument
470 CLEAR_BIT(RCC->AHBLPENR, Periphs); in LL_AHB1_GRP1_DisableClockSleep()
529 __STATIC_INLINE void LL_APB1_GRP1_EnableClock(uint32_t Periphs) in LL_APB1_GRP1_EnableClock() argument
532 SET_BIT(RCC->APB1ENR, Periphs); in LL_APB1_GRP1_EnableClock()
534 tmpreg = READ_BIT(RCC->APB1ENR, Periphs); in LL_APB1_GRP1_EnableClock()
586 __STATIC_INLINE uint32_t LL_APB1_GRP1_IsEnabledClock(uint32_t Periphs) in LL_APB1_GRP1_IsEnabledClock() argument
588 return ((READ_BIT(RCC->APB1ENR, Periphs) == (Periphs)) ? 1UL : 0UL); in LL_APB1_GRP1_IsEnabledClock()
639 __STATIC_INLINE void LL_APB1_GRP1_DisableClock(uint32_t Periphs) in LL_APB1_GRP1_DisableClock() argument
641 CLEAR_BIT(RCC->APB1ENR, Periphs); in LL_APB1_GRP1_DisableClock()
693 __STATIC_INLINE void LL_APB1_GRP1_ForceReset(uint32_t Periphs) in LL_APB1_GRP1_ForceReset() argument
695 SET_BIT(RCC->APB1RSTR, Periphs); in LL_APB1_GRP1_ForceReset()
747 __STATIC_INLINE void LL_APB1_GRP1_ReleaseReset(uint32_t Periphs) in LL_APB1_GRP1_ReleaseReset() argument
749 CLEAR_BIT(RCC->APB1RSTR, Periphs); in LL_APB1_GRP1_ReleaseReset()
800 __STATIC_INLINE void LL_APB1_GRP1_EnableClockSleep(uint32_t Periphs) in LL_APB1_GRP1_EnableClockSleep() argument
803 SET_BIT(RCC->APB1LPENR, Periphs); in LL_APB1_GRP1_EnableClockSleep()
805 tmpreg = READ_BIT(RCC->APB1LPENR, Periphs); in LL_APB1_GRP1_EnableClockSleep()
857 __STATIC_INLINE void LL_APB1_GRP1_DisableClockSleep(uint32_t Periphs) in LL_APB1_GRP1_DisableClockSleep() argument
859 CLEAR_BIT(RCC->APB1LPENR, Periphs); in LL_APB1_GRP1_DisableClockSleep()
893 __STATIC_INLINE void LL_APB2_GRP1_EnableClock(uint32_t Periphs) in LL_APB2_GRP1_EnableClock() argument
896 SET_BIT(RCC->APB2ENR, Periphs); in LL_APB2_GRP1_EnableClock()
898 tmpreg = READ_BIT(RCC->APB2ENR, Periphs); in LL_APB2_GRP1_EnableClock()
925 __STATIC_INLINE uint32_t LL_APB2_GRP1_IsEnabledClock(uint32_t Periphs) in LL_APB2_GRP1_IsEnabledClock() argument
927 return ((READ_BIT(RCC->APB2ENR, Periphs) == (Periphs)) ? 1UL : 0UL); in LL_APB2_GRP1_IsEnabledClock()
953 __STATIC_INLINE void LL_APB2_GRP1_DisableClock(uint32_t Periphs) in LL_APB2_GRP1_DisableClock() argument
955 CLEAR_BIT(RCC->APB2ENR, Periphs); in LL_APB2_GRP1_DisableClock()
982 __STATIC_INLINE void LL_APB2_GRP1_ForceReset(uint32_t Periphs) in LL_APB2_GRP1_ForceReset() argument
984 SET_BIT(RCC->APB2RSTR, Periphs); in LL_APB2_GRP1_ForceReset()
1011 __STATIC_INLINE void LL_APB2_GRP1_ReleaseReset(uint32_t Periphs) in LL_APB2_GRP1_ReleaseReset() argument
1013 CLEAR_BIT(RCC->APB2RSTR, Periphs); in LL_APB2_GRP1_ReleaseReset()
1039 __STATIC_INLINE void LL_APB2_GRP1_EnableClockSleep(uint32_t Periphs) in LL_APB2_GRP1_EnableClockSleep() argument
1042 SET_BIT(RCC->APB2LPENR, Periphs); in LL_APB2_GRP1_EnableClockSleep()
1044 tmpreg = READ_BIT(RCC->APB2LPENR, Periphs); in LL_APB2_GRP1_EnableClockSleep()
1071 __STATIC_INLINE void LL_APB2_GRP1_DisableClockSleep(uint32_t Periphs) in LL_APB2_GRP1_DisableClockSleep() argument
1073 CLEAR_BIT(RCC->APB2LPENR, Periphs); in LL_APB2_GRP1_DisableClockSleep()