Searched refs:Periphs (Results 1 – 2 of 2) sorted by relevance
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_ll_bus.h | 219 SET_BIT(RCC->AHBENR, Periphs); in LL_AHB1_GRP1_EnableClock() 262 return ((READ_BIT(RCC->AHBENR, Periphs) == (Periphs)) ? 1UL : 0UL); in LL_AHB1_GRP1_IsEnabledClock() 302 CLEAR_BIT(RCC->AHBENR, Periphs); in LL_AHB1_GRP1_DisableClock() 343 SET_BIT(RCC->AHBRSTR, Periphs); in LL_AHB1_GRP1_ForceReset() 384 CLEAR_BIT(RCC->AHBRSTR, Periphs); in LL_AHB1_GRP1_ReleaseReset() 427 SET_BIT(RCC->AHBLPENR, Periphs); in LL_AHB1_GRP1_EnableClockSleep() 534 SET_BIT(RCC->APB1ENR, Periphs); in LL_APB1_GRP1_EnableClock() 590 return ((READ_BIT(RCC->APB1ENR, Periphs) == (Periphs)) ? 1UL : 0UL); in LL_APB1_GRP1_IsEnabledClock() 697 SET_BIT(RCC->APB1RSTR, Periphs); in LL_APB1_GRP1_ForceReset() 898 SET_BIT(RCC->APB2ENR, Periphs); in LL_APB2_GRP1_EnableClock() [all …]
|
| A D | stm32l1xx_ll_system.h | 885 __STATIC_INLINE void LL_DBGMCU_APB1_GRP1_FreezePeriph(uint32_t Periphs) in LL_DBGMCU_APB1_GRP1_FreezePeriph() argument 887 SET_BIT(DBGMCU->APB1FZ, Periphs); in LL_DBGMCU_APB1_GRP1_FreezePeriph() 918 __STATIC_INLINE void LL_DBGMCU_APB1_GRP1_UnFreezePeriph(uint32_t Periphs) in LL_DBGMCU_APB1_GRP1_UnFreezePeriph() argument 920 CLEAR_BIT(DBGMCU->APB1FZ, Periphs); in LL_DBGMCU_APB1_GRP1_UnFreezePeriph() 934 __STATIC_INLINE void LL_DBGMCU_APB2_GRP1_FreezePeriph(uint32_t Periphs) in LL_DBGMCU_APB2_GRP1_FreezePeriph() argument 936 SET_BIT(DBGMCU->APB2FZ, Periphs); in LL_DBGMCU_APB2_GRP1_FreezePeriph() 950 __STATIC_INLINE void LL_DBGMCU_APB2_GRP1_UnFreezePeriph(uint32_t Periphs) in LL_DBGMCU_APB2_GRP1_UnFreezePeriph() argument 952 CLEAR_BIT(DBGMCU->APB2FZ, Periphs); in LL_DBGMCU_APB2_GRP1_UnFreezePeriph()
|
Completed in 10 milliseconds