|
STM32H735xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_APB4_GRP1_EnableClock (uint32_t Periphs) |
| Enable APB4 peripherals clock. | |
| __STATIC_INLINE uint32_t | LL_APB4_GRP1_IsEnabledClock (uint32_t Periphs) |
| Check if APB4 peripheral clock is enabled or not. | |
| __STATIC_INLINE void | LL_APB4_GRP1_DisableClock (uint32_t Periphs) |
| Disable APB4 peripherals clock. | |
| __STATIC_INLINE void | LL_APB4_GRP1_ForceReset (uint32_t Periphs) |
| Force APB4 peripherals reset. | |
| __STATIC_INLINE void | LL_APB4_GRP1_ReleaseReset (uint32_t Periphs) |
| Release APB4 peripherals reset. | |
| __STATIC_INLINE void | LL_APB4_GRP1_EnableClockSleep (uint32_t Periphs) |
| Enable APB4 peripherals clock during Low Power (Sleep) mode. | |
| __STATIC_INLINE void | LL_APB4_GRP1_DisableClockSleep (uint32_t Periphs) |
| Disable APB4 peripherals clock during Low Power (Sleep) mode. | |
| __STATIC_INLINE void LL_APB4_GRP1_DisableClock | ( | uint32_t | Periphs | ) |
Disable APB4 peripherals clock.
| Periphs | This parameter can be a combination of the following values:
|
| None |
Definition at line 2901 of file stm32h7xx_ll_bus.h.
| __STATIC_INLINE void LL_APB4_GRP1_DisableClockSleep | ( | uint32_t | Periphs | ) |
Disable APB4 peripherals clock during Low Power (Sleep) mode.
| Periphs | This parameter can be a combination of the following values:
|
| None |
Definition at line 3069 of file stm32h7xx_ll_bus.h.
| __STATIC_INLINE void LL_APB4_GRP1_EnableClock | ( | uint32_t | Periphs | ) |
Enable APB4 peripherals clock.
| Periphs | This parameter can be a combination of the following values:
|
| None |
Definition at line 2813 of file stm32h7xx_ll_bus.h.
| __STATIC_INLINE void LL_APB4_GRP1_EnableClockSleep | ( | uint32_t | Periphs | ) |
Enable APB4 peripherals clock during Low Power (Sleep) mode.
| Periphs | This parameter can be a combination of the following values:
|
| None |
Definition at line 3023 of file stm32h7xx_ll_bus.h.
| __STATIC_INLINE void LL_APB4_GRP1_ForceReset | ( | uint32_t | Periphs | ) |
Force APB4 peripherals reset.
| Periphs | This parameter can be a combination of the following values:
|
| None |
Definition at line 2941 of file stm32h7xx_ll_bus.h.
Referenced by LL_DAC_DeInit(), LL_I2C_DeInit(), LL_LPTIM_DeInit(), LL_LPUART_DeInit(), and LL_SPI_DeInit().
| __STATIC_INLINE uint32_t LL_APB4_GRP1_IsEnabledClock | ( | uint32_t | Periphs | ) |
Check if APB4 peripheral clock is enabled or not.
| Periphs | This parameter can be a combination of the following values:
|
| uint32_t |
Definition at line 2859 of file stm32h7xx_ll_bus.h.
| __STATIC_INLINE void LL_APB4_GRP1_ReleaseReset | ( | uint32_t | Periphs | ) |
Release APB4 peripherals reset.
| Periphs | This parameter can be a combination of the following values:
|
| None |
Definition at line 2981 of file stm32h7xx_ll_bus.h.
Referenced by LL_DAC_DeInit(), LL_I2C_DeInit(), LL_LPTIM_DeInit(), LL_LPUART_DeInit(), and LL_SPI_DeInit().
1.7.6.1