STM32F479xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_AHB1_GRP1_EnableClock (uint32_t Periphs) |
Enable AHB1 peripherals clock. | |
__STATIC_INLINE uint32_t | LL_AHB1_GRP1_IsEnabledClock (uint32_t Periphs) |
Check if AHB1 peripheral clock is enabled or not. | |
__STATIC_INLINE void | LL_AHB1_GRP1_DisableClock (uint32_t Periphs) |
Disable AHB1 peripherals clock. | |
__STATIC_INLINE void | LL_AHB1_GRP1_ForceReset (uint32_t Periphs) |
Force AHB1 peripherals reset. | |
__STATIC_INLINE void | LL_AHB1_GRP1_ReleaseReset (uint32_t Periphs) |
Release AHB1 peripherals reset. | |
__STATIC_INLINE void | LL_AHB1_GRP1_EnableClockLowPower (uint32_t Periphs) |
Enable AHB1 peripheral clocks in low-power mode. | |
__STATIC_INLINE void | LL_AHB1_GRP1_DisableClockLowPower (uint32_t Periphs) |
Disable AHB1 peripheral clocks in low-power mode. |
__STATIC_INLINE void LL_AHB1_GRP1_DisableClock | ( | uint32_t | Periphs | ) |
Disable AHB1 peripherals clock.
Periphs | This parameter can be a combination of the following values:
|
None |
Definition at line 535 of file stm32f4xx_ll_bus.h.
__STATIC_INLINE void LL_AHB1_GRP1_DisableClockLowPower | ( | uint32_t | Periphs | ) |
Disable AHB1 peripheral clocks in low-power mode.
Periphs | This parameter can be a combination of the following values:
|
None |
Definition at line 771 of file stm32f4xx_ll_bus.h.
__STATIC_INLINE void LL_AHB1_GRP1_EnableClock | ( | uint32_t | Periphs | ) |
Enable AHB1 peripherals clock.
Periphs | This parameter can be a combination of the following values:
|
None |
Definition at line 411 of file stm32f4xx_ll_bus.h.
__STATIC_INLINE void LL_AHB1_GRP1_EnableClockLowPower | ( | uint32_t | Periphs | ) |
Enable AHB1 peripheral clocks in low-power mode.
Periphs | This parameter can be a combination of the following values:
|
None |
Definition at line 700 of file stm32f4xx_ll_bus.h.
__STATIC_INLINE void LL_AHB1_GRP1_ForceReset | ( | uint32_t | Periphs | ) |
Force AHB1 peripherals reset.
Periphs | This parameter can be a combination of the following values:
|
None |
Definition at line 584 of file stm32f4xx_ll_bus.h.
Referenced by LL_CRC_DeInit(), LL_DMA2D_DeInit(), LL_DMA_DeInit(), LL_GPIO_DeInit(), and LL_RNG_DeInit().
__STATIC_INLINE uint32_t LL_AHB1_GRP1_IsEnabledClock | ( | uint32_t | Periphs | ) |
Check if AHB1 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 475 of file stm32f4xx_ll_bus.h.
__STATIC_INLINE void LL_AHB1_GRP1_ReleaseReset | ( | uint32_t | Periphs | ) |
Release AHB1 peripherals reset.
Periphs | This parameter can be a combination of the following values:
|
None |
Definition at line 633 of file stm32f4xx_ll_bus.h.
Referenced by LL_CRC_DeInit(), LL_DMA2D_DeInit(), LL_DMA_DeInit(), LL_GPIO_DeInit(), and LL_RNG_DeInit().