STM32H735xx HAL User Manual
Functions
APB3
BUS Exported Functions

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.

Function Documentation

__STATIC_INLINE void LL_APB3_GRP1_DisableClock ( uint32_t  Periphs)

Disable APB3 peripherals clock.

Reference Manual to LL API cross reference:
APB3ENR LTDCEN LL_APB3_GRP1_DisableClock
APB3ENR DSIEN LL_APB3_GRP1_DisableClock
APB3ENR WWDG1EN LL_APB3_GRP1_DisableClock
Parameters:
PeriphsThis parameter can be a combination of the following values: (*) value not defined in all devices.
Return 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.

Reference Manual to LL API cross reference:
APB3LPENR LTDCLPEN LL_APB3_GRP1_DisableClockSleep
(*) APB3LPENR DSILPEN LL_APB3_GRP1_DisableClockSleep
(*) APB3LPENR WWDG1LPEN LL_APB3_GRP1_DisableClockSleep
Parameters:
PeriphsThis parameter can be a combination of the following values: (*) value not defined in all devices.
Return 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.

Reference Manual to LL API cross reference:
APB3ENR LTDCEN LL_APB3_GRP1_EnableClock
(*) APB3ENR DSIEN LL_APB3_GRP1_EnableClock
(*) APB3ENR WWDG1EN LL_APB3_GRP1_EnableClock
Parameters:
PeriphsThis parameter can be a combination of the following values: (*) value not defined in all devices.
Return 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.

Reference Manual to LL API cross reference:
APB3LPENR LTDCLPEN LL_APB3_GRP1_EnableClockSleep
(*) APB3LPENR DSILPEN LL_APB3_GRP1_EnableClockSleep
(*) APB3LPENR WWDG1LPEN LL_APB3_GRP1_EnableClockSleep
Parameters:
PeriphsThis parameter can be a combination of the following values: (*) value not defined in all devices.
Return 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.

Reference Manual to LL API cross reference:
APB3RSTR LTDCRST LL_APB3_GRP1_ForceReset
(*) APB3RSTR DSIRST LL_APB3_GRP1_ForceReset (*)
Parameters:
PeriphsThis parameter can be a combination of the following values: (*) value not defined in all devices.
Return 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.

Reference Manual to LL API cross reference:
APB3ENR LTDCEN LL_APB3_GRP1_IsEnabledClock
(*) APB3ENR DSIEN LL_APB3_GRP1_IsEnabledClock
(*) APB3ENR WWDG1EN LL_APB3_GRP1_IsEnabledClock
Parameters:
PeriphsThis parameter can be a combination of the following values: (*) value not defined in all devices.
Return 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.

Reference Manual to LL API cross reference:
APB3RSTR LTDCRST LL_APB3_GRP1_ReleaseReset
APB3RSTR DSIRST LL_APB3_GRP1_ReleaseReset
Parameters:
PeriphsThis parameter can be a combination of the following values: (*) value not defined in all devices.
Return values:
None

Definition at line 1749 of file stm32h7xx_ll_bus.h.