|
STM32H735xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_APB3_GRP1_EnableClock (uint32_t Periphs) |
| Enable APB3 peripherals clock. | |
| __STATIC_INLINE uint32_t | LL_APB3_GRP1_IsEnabledClock (uint32_t Periphs) |
| Check if APB3 peripheral clock is enabled or not. | |
| __STATIC_INLINE void | LL_APB3_GRP1_DisableClock (uint32_t Periphs) |
| Disable APB3 peripherals clock. | |
| __STATIC_INLINE void | LL_APB3_GRP1_ForceReset (uint32_t Periphs) |
| Force APB3 peripherals reset. | |
| __STATIC_INLINE void | LL_APB3_GRP1_ReleaseReset (uint32_t Periphs) |
| Release APB3 peripherals reset. | |
| __STATIC_INLINE void | LL_APB3_GRP1_EnableClockSleep (uint32_t Periphs) |
| Enable APB3 peripherals clock during Low Power (Sleep) mode. | |
| __STATIC_INLINE void | LL_APB3_GRP1_DisableClockSleep (uint32_t Periphs) |
| Disable APB3 peripherals clock during Low Power (Sleep) mode. | |
| __STATIC_INLINE void LL_APB3_GRP1_DisableClock | ( | uint32_t | Periphs | ) |
Disable APB3 peripherals clock.
| Periphs | This parameter can be a combination of the following values:
|
| None |
Definition at line 1717 of file stm32h7xx_ll_bus.h.
| __STATIC_INLINE void LL_APB3_GRP1_DisableClockSleep | ( | uint32_t | Periphs | ) |
Disable APB3 peripherals clock during Low Power (Sleep) mode.
| Periphs | This parameter can be a combination of the following values:
|
| None |
Definition at line 1789 of file stm32h7xx_ll_bus.h.
| __STATIC_INLINE void LL_APB3_GRP1_EnableClock | ( | uint32_t | Periphs | ) |
Enable APB3 peripherals clock.
| Periphs | This parameter can be a combination of the following values:
|
| None |
Definition at line 1677 of file stm32h7xx_ll_bus.h.
| __STATIC_INLINE void LL_APB3_GRP1_EnableClockSleep | ( | uint32_t | Periphs | ) |
Enable APB3 peripherals clock during Low Power (Sleep) mode.
| Periphs | This parameter can be a combination of the following values:
|
| None |
Definition at line 1767 of file stm32h7xx_ll_bus.h.
| __STATIC_INLINE void LL_APB3_GRP1_ForceReset | ( | uint32_t | Periphs | ) |
Force APB3 peripherals reset.
| Periphs | This parameter can be a combination of the following values:
|
| None |
Definition at line 1733 of file stm32h7xx_ll_bus.h.
| __STATIC_INLINE uint32_t LL_APB3_GRP1_IsEnabledClock | ( | uint32_t | Periphs | ) |
Check if APB3 peripheral clock is enabled or not.
| Periphs | This parameter can be a combination of the following values:
|
| uint32_t |
Definition at line 1699 of file stm32h7xx_ll_bus.h.
| __STATIC_INLINE void LL_APB3_GRP1_ReleaseReset | ( | uint32_t | Periphs | ) |
Release APB3 peripherals reset.
| Periphs | This parameter can be a combination of the following values:
|
| None |
Definition at line 1749 of file stm32h7xx_ll_bus.h.
1.7.6.1