Lines Matching refs:Periphs

250 __STATIC_INLINE void LL_AHB1_GRP1_EnableClock(uint32_t Periphs)  in LL_AHB1_GRP1_EnableClock()  argument
253 SET_BIT(RCC->AHBENR, Periphs); in LL_AHB1_GRP1_EnableClock()
255 tmpreg = READ_BIT(RCC->AHBENR, Periphs); in LL_AHB1_GRP1_EnableClock()
275 __STATIC_INLINE uint32_t LL_AHB1_GRP1_IsEnabledClock(uint32_t Periphs) in LL_AHB1_GRP1_IsEnabledClock() argument
277 return ((READ_BIT(RCC->AHBENR, Periphs) == Periphs) ? 1UL : 0UL); in LL_AHB1_GRP1_IsEnabledClock()
296 __STATIC_INLINE void LL_AHB1_GRP1_DisableClock(uint32_t Periphs) in LL_AHB1_GRP1_DisableClock() argument
298 CLEAR_BIT(RCC->AHBENR, Periphs); in LL_AHB1_GRP1_DisableClock()
318 __STATIC_INLINE void LL_AHB1_GRP1_ForceReset(uint32_t Periphs) in LL_AHB1_GRP1_ForceReset() argument
320 SET_BIT(RCC->AHBRSTR, Periphs); in LL_AHB1_GRP1_ForceReset()
340 __STATIC_INLINE void LL_AHB1_GRP1_ReleaseReset(uint32_t Periphs) in LL_AHB1_GRP1_ReleaseReset() argument
342 CLEAR_BIT(RCC->AHBRSTR, Periphs); in LL_AHB1_GRP1_ReleaseReset()
363 __STATIC_INLINE void LL_AHB1_GRP1_EnableClockStopSleep(uint32_t Periphs) in LL_AHB1_GRP1_EnableClockStopSleep() argument
366 SET_BIT(RCC->AHBSMENR, Periphs); in LL_AHB1_GRP1_EnableClockStopSleep()
368 tmpreg = READ_BIT(RCC->AHBSMENR, Periphs); in LL_AHB1_GRP1_EnableClockStopSleep()
390 __STATIC_INLINE void LL_AHB1_GRP1_DisableClockStopSleep(uint32_t Periphs) in LL_AHB1_GRP1_DisableClockStopSleep() argument
392 CLEAR_BIT(RCC->AHBSMENR, Periphs); in LL_AHB1_GRP1_DisableClockStopSleep()
467 __STATIC_INLINE void LL_APB1_GRP1_EnableClock(uint32_t Periphs) in LL_APB1_GRP1_EnableClock() argument
470 SET_BIT(RCC->APBENR1, Periphs); in LL_APB1_GRP1_EnableClock()
472 tmpreg = READ_BIT(RCC->APBENR1, Periphs); in LL_APB1_GRP1_EnableClock()
540 __STATIC_INLINE uint32_t LL_APB1_GRP1_IsEnabledClock(uint32_t Periphs) in LL_APB1_GRP1_IsEnabledClock() argument
542 return ((READ_BIT(RCC->APBENR1, Periphs) == (Periphs)) ? 1UL : 0UL); in LL_APB1_GRP1_IsEnabledClock()
609 __STATIC_INLINE void LL_APB1_GRP1_DisableClock(uint32_t Periphs) in LL_APB1_GRP1_DisableClock() argument
611 CLEAR_BIT(RCC->APBENR1, Periphs); in LL_APB1_GRP1_DisableClock()
676 __STATIC_INLINE void LL_APB1_GRP1_ForceReset(uint32_t Periphs) in LL_APB1_GRP1_ForceReset() argument
678 SET_BIT(RCC->APBRSTR1, Periphs); in LL_APB1_GRP1_ForceReset()
742 __STATIC_INLINE void LL_APB1_GRP1_ReleaseReset(uint32_t Periphs) in LL_APB1_GRP1_ReleaseReset() argument
744 CLEAR_BIT(RCC->APBRSTR1, Periphs); in LL_APB1_GRP1_ReleaseReset()
811 __STATIC_INLINE void LL_APB1_GRP1_EnableClockStopSleep(uint32_t Periphs) in LL_APB1_GRP1_EnableClockStopSleep() argument
814 SET_BIT(RCC->APBSMENR1, Periphs); in LL_APB1_GRP1_EnableClockStopSleep()
816 tmpreg = READ_BIT(RCC->APBSMENR1, Periphs); in LL_APB1_GRP1_EnableClockStopSleep()
884 __STATIC_INLINE void LL_APB1_GRP1_DisableClockStopSleep(uint32_t Periphs) in LL_APB1_GRP1_DisableClockStopSleep() argument
886 CLEAR_BIT(RCC->APBSMENR1, Periphs); in LL_APB1_GRP1_DisableClockStopSleep()
921 __STATIC_INLINE void LL_APB2_GRP1_EnableClock(uint32_t Periphs) in LL_APB2_GRP1_EnableClock() argument
924 SET_BIT(RCC->APBENR2, Periphs); in LL_APB2_GRP1_EnableClock()
926 tmpreg = READ_BIT(RCC->APBENR2, Periphs); in LL_APB2_GRP1_EnableClock()
954 __STATIC_INLINE uint32_t LL_APB2_GRP1_IsEnabledClock(uint32_t Periphs) in LL_APB2_GRP1_IsEnabledClock() argument
956 return ((READ_BIT(RCC->APBENR2, Periphs) == (Periphs)) ? 1UL : 0UL); in LL_APB2_GRP1_IsEnabledClock()
983 __STATIC_INLINE void LL_APB2_GRP1_DisableClock(uint32_t Periphs) in LL_APB2_GRP1_DisableClock() argument
985 CLEAR_BIT(RCC->APBENR2, Periphs); in LL_APB2_GRP1_DisableClock()
1013 __STATIC_INLINE void LL_APB2_GRP1_ForceReset(uint32_t Periphs) in LL_APB2_GRP1_ForceReset() argument
1015 SET_BIT(RCC->APBRSTR2, Periphs); in LL_APB2_GRP1_ForceReset()
1043 __STATIC_INLINE void LL_APB2_GRP1_ReleaseReset(uint32_t Periphs) in LL_APB2_GRP1_ReleaseReset() argument
1045 CLEAR_BIT(RCC->APBRSTR2, Periphs); in LL_APB2_GRP1_ReleaseReset()
1072 __STATIC_INLINE void LL_APB2_GRP1_EnableClockStopSleep(uint32_t Periphs) in LL_APB2_GRP1_EnableClockStopSleep() argument
1075 SET_BIT(RCC->APBSMENR2, Periphs); in LL_APB2_GRP1_EnableClockStopSleep()
1077 tmpreg = READ_BIT(RCC->APBSMENR2, Periphs); in LL_APB2_GRP1_EnableClockStopSleep()
1105 __STATIC_INLINE void LL_APB2_GRP1_DisableClockStopSleep(uint32_t Periphs) in LL_APB2_GRP1_DisableClockStopSleep() argument
1107 CLEAR_BIT(RCC->APBSMENR2, Periphs); in LL_APB2_GRP1_DisableClockStopSleep()
1135 __STATIC_INLINE void LL_IOP_GRP1_EnableClock(uint32_t Periphs) in LL_IOP_GRP1_EnableClock() argument
1138 SET_BIT(RCC->IOPENR, Periphs); in LL_IOP_GRP1_EnableClock()
1140 tmpreg = READ_BIT(RCC->IOPENR, Periphs); in LL_IOP_GRP1_EnableClock()
1161 __STATIC_INLINE uint32_t LL_IOP_GRP1_IsEnabledClock(uint32_t Periphs) in LL_IOP_GRP1_IsEnabledClock() argument
1163 return ((READ_BIT(RCC->IOPENR, Periphs) == Periphs) ? 1UL : 0UL); in LL_IOP_GRP1_IsEnabledClock()
1183 __STATIC_INLINE void LL_IOP_GRP1_DisableClock(uint32_t Periphs) in LL_IOP_GRP1_DisableClock() argument
1185 CLEAR_BIT(RCC->IOPENR, Periphs); in LL_IOP_GRP1_DisableClock()
1206 __STATIC_INLINE void LL_IOP_GRP1_ForceReset(uint32_t Periphs) in LL_IOP_GRP1_ForceReset() argument
1208 SET_BIT(RCC->IOPRSTR, Periphs); in LL_IOP_GRP1_ForceReset()
1229 __STATIC_INLINE void LL_IOP_GRP1_ReleaseReset(uint32_t Periphs) in LL_IOP_GRP1_ReleaseReset() argument
1231 CLEAR_BIT(RCC->IOPRSTR, Periphs); in LL_IOP_GRP1_ReleaseReset()
1251 __STATIC_INLINE void LL_IOP_GRP1_EnableClockStopSleep(uint32_t Periphs) in LL_IOP_GRP1_EnableClockStopSleep() argument
1254 SET_BIT(RCC->IOPSMENR, Periphs); in LL_IOP_GRP1_EnableClockStopSleep()
1256 tmpreg = READ_BIT(RCC->IOPSMENR, Periphs); in LL_IOP_GRP1_EnableClockStopSleep()
1277 __STATIC_INLINE void LL_IOP_GRP1_DisableClockStopSleep(uint32_t Periphs) in LL_IOP_GRP1_DisableClockStopSleep() argument
1279 CLEAR_BIT(RCC->IOPSMENR, Periphs); in LL_IOP_GRP1_DisableClockStopSleep()