|
STM32L443xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_AHB2_GRP1_EnableClock (uint32_t Periphs) |
| Enable AHB2 peripherals clock. | |
| __STATIC_INLINE uint32_t | LL_AHB2_GRP1_IsEnabledClock (uint32_t Periphs) |
| Check if AHB2 peripheral clock is enabled or not. | |
| __STATIC_INLINE void | LL_AHB2_GRP1_DisableClock (uint32_t Periphs) |
| Disable AHB2 peripherals clock. | |
| __STATIC_INLINE void | LL_AHB2_GRP1_ForceReset (uint32_t Periphs) |
| Force AHB2 peripherals reset. | |
| __STATIC_INLINE void | LL_AHB2_GRP1_ReleaseReset (uint32_t Periphs) |
| Release AHB2 peripherals reset. | |
| __STATIC_INLINE void | LL_AHB2_GRP1_EnableClockStopSleep (uint32_t Periphs) |
| Enable AHB2 peripheral clocks in Sleep and Stop modes. | |
| __STATIC_INLINE void | LL_AHB2_GRP1_DisableClockStopSleep (uint32_t Periphs) |
| Disable AHB2 peripheral clocks in Sleep and Stop modes. | |
| __STATIC_INLINE void LL_AHB2_GRP1_DisableClock | ( | uint32_t | Periphs | ) |
Disable AHB2 peripherals clock.
| Periphs | This parameter can be a combination of the following values:
|
| None |
Definition at line 659 of file stm32l4xx_ll_bus.h.
| __STATIC_INLINE void LL_AHB2_GRP1_DisableClockStopSleep | ( | uint32_t | Periphs | ) |
Disable AHB2 peripheral clocks in Sleep and Stop modes.
| Periphs | This parameter can be a combination of the following values:
|
| None |
Definition at line 857 of file stm32l4xx_ll_bus.h.
| __STATIC_INLINE void LL_AHB2_GRP1_EnableClock | ( | uint32_t | Periphs | ) |
Enable AHB2 peripherals clock.
| Periphs | This parameter can be a combination of the following values:
|
| None |
Definition at line 563 of file stm32l4xx_ll_bus.h.
| __STATIC_INLINE void LL_AHB2_GRP1_EnableClockStopSleep | ( | uint32_t | Periphs | ) |
Enable AHB2 peripheral clocks in Sleep and Stop modes.
| Periphs | This parameter can be a combination of the following values:
|
| None |
Definition at line 803 of file stm32l4xx_ll_bus.h.
| __STATIC_INLINE void LL_AHB2_GRP1_ForceReset | ( | uint32_t | Periphs | ) |
Force AHB2 peripherals reset.
| Periphs | This parameter can be a combination of the following values:
|
| None |
Definition at line 706 of file stm32l4xx_ll_bus.h.
Referenced by LL_ADC_CommonDeInit(), LL_GPIO_DeInit(), and LL_RNG_DeInit().
| __STATIC_INLINE uint32_t LL_AHB2_GRP1_IsEnabledClock | ( | uint32_t | Periphs | ) |
Check if AHB2 peripheral clock is enabled or not.
| Periphs | This parameter can be a combination of the following values:
|
| State | of Periphs (1 or 0). |
Definition at line 613 of file stm32l4xx_ll_bus.h.
| __STATIC_INLINE void LL_AHB2_GRP1_ReleaseReset | ( | uint32_t | Periphs | ) |
Release AHB2 peripherals reset.
| Periphs | This parameter can be a combination of the following values:
|
| None |
Definition at line 753 of file stm32l4xx_ll_bus.h.
Referenced by LL_ADC_CommonDeInit(), LL_GPIO_DeInit(), and LL_RNG_DeInit().
1.7.6.1