STM32H735xx HAL User Manual
|
Defines | |
#define | LL_DBGMCU_TRGIO_INPUT_DIRECTION 0U |
#define | LL_DBGMCU_TRGIO_OUTPUT_DIRECTION DBGMCU_CR_DBG_TRGOEN |
Functions | |
__STATIC_INLINE uint32_t | LL_DBGMCU_GetDeviceID (void) |
Return the device identifier. | |
__STATIC_INLINE uint32_t | LL_DBGMCU_GetRevisionID (void) |
Return the device revision identifier. | |
__STATIC_INLINE void | LL_DBGMCU_EnableD1DebugInSleepMode (void) |
Enable D1 Domain/CDomain debug during SLEEP mode. | |
__STATIC_INLINE void | LL_DBGMCU_DisableD1DebugInSleepMode (void) |
Disable D1 Domain/CDomain debug during SLEEP mode. | |
__STATIC_INLINE void | LL_DBGMCU_EnableD1DebugInStopMode (void) |
Enable D1 Domain/CDomain debug during STOP mode. | |
__STATIC_INLINE void | LL_DBGMCU_DisableD1DebugInStopMode (void) |
Disable D1 Domain/CDomain debug during STOP mode. | |
__STATIC_INLINE void | LL_DBGMCU_EnableD1DebugInStandbyMode (void) |
Enable D1 Domain/CDomain debug during STANDBY mode. | |
__STATIC_INLINE void | LL_DBGMCU_DisableD1DebugInStandbyMode (void) |
Disable D1 Domain/CDomain debug during STANDBY mode. | |
__STATIC_INLINE void | LL_DBGMCU_EnableD3DebugInStopMode (void) |
Enable D3 Domain/SRDomain debug during STOP mode. | |
__STATIC_INLINE void | LL_DBGMCU_DisableD3DebugInStopMode (void) |
Disable D3 Domain/SRDomain debug during STOP mode. | |
__STATIC_INLINE void | LL_DBGMCU_EnableD3DebugInStandbyMode (void) |
Enable D3 Domain/SRDomain debug during STANDBY mode. | |
__STATIC_INLINE void | LL_DBGMCU_DisableD3DebugInStandbyMode (void) |
Disable D3 Domain/SRDomain debug during STANDBY mode. | |
__STATIC_INLINE void | LL_DBGMCU_EnableTracePortClock (void) |
Enable the trace port clock. | |
__STATIC_INLINE void | LL_DBGMCU_DisableTracePortClock (void) |
Disable the trace port clock. | |
__STATIC_INLINE void | LL_DBGMCU_EnableD1DebugClock (void) |
Enable the Domain1/CDomain debug clock enable. | |
__STATIC_INLINE void | LL_DBGMCU_DisableD1DebugClock (void) |
Disable the Domain1/CDomain debug clock enable. | |
__STATIC_INLINE void | LL_DBGMCU_EnableD3DebugClock (void) |
Enable the Domain3/SRDomain debug clock enable. | |
__STATIC_INLINE void | LL_DBGMCU_DisableD3DebugClock (void) |
Disable the Domain3/SRDomain debug clock enable. | |
__STATIC_INLINE void | LL_DBGMCU_SetExternalTriggerPinDirection (uint32_t PinDirection) |
Set the direction of the bi-directional trigger pin TRGIO. | |
__STATIC_INLINE uint32_t | LL_DBGMCU_GetExternalTriggerPinDirection (void) |
Get the direction of the bi-directional trigger pin TRGIO. | |
__STATIC_INLINE void | LL_DBGMCU_APB1_GRP1_FreezePeriph (uint32_t Periphs) |
Freeze APB1 group1 peripherals. | |
__STATIC_INLINE void | LL_DBGMCU_APB1_GRP1_UnFreezePeriph (uint32_t Periphs) |
Unfreeze APB1 peripherals (group1 peripherals) | |
__STATIC_INLINE void | LL_DBGMCU_APB1_GRP2_FreezePeriph (uint32_t Periphs) |
Freeze APB1 group2 peripherals. | |
__STATIC_INLINE void | LL_DBGMCU_APB1_GRP2_UnFreezePeriph (uint32_t Periphs) |
Unfreeze APB1 group2 peripherals. | |
__STATIC_INLINE void | LL_DBGMCU_APB2_GRP1_FreezePeriph (uint32_t Periphs) |
Freeze APB2 peripherals. | |
__STATIC_INLINE void | LL_DBGMCU_APB2_GRP1_UnFreezePeriph (uint32_t Periphs) |
Unfreeze APB2 peripherals. | |
__STATIC_INLINE void | LL_DBGMCU_APB3_GRP1_FreezePeriph (uint32_t Periphs) |
Freeze APB3 peripherals. | |
__STATIC_INLINE void | LL_DBGMCU_APB3_GRP1_UnFreezePeriph (uint32_t Periphs) |
Unfreeze APB3 peripherals. | |
__STATIC_INLINE void | LL_DBGMCU_APB4_GRP1_FreezePeriph (uint32_t Periphs) |
Freeze APB4 peripherals. | |
__STATIC_INLINE void | LL_DBGMCU_APB4_GRP1_UnFreezePeriph (uint32_t Periphs) |
Unfreeze APB4 peripherals. |
#define LL_DBGMCU_TRGIO_INPUT_DIRECTION 0U |
Definition at line 2025 of file stm32h7xx_ll_system.h.
#define LL_DBGMCU_TRGIO_OUTPUT_DIRECTION DBGMCU_CR_DBG_TRGOEN |
Definition at line 2026 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_APB1_GRP1_FreezePeriph | ( | uint32_t | Periphs | ) |
Freeze APB1 group1 peripherals.
Periphs | This parameter can be a combination of the following values:
|
None |
Definition at line 2087 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_APB1_GRP1_UnFreezePeriph | ( | uint32_t | Periphs | ) |
Unfreeze APB1 peripherals (group1 peripherals)
Periphs | This parameter can be a combination of the following values:
|
None |
Definition at line 2127 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_APB1_GRP2_FreezePeriph | ( | uint32_t | Periphs | ) |
Freeze APB1 group2 peripherals.
Periphs | This parameter can be a combination of the following values: |
None |
Definition at line 2168 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_APB1_GRP2_UnFreezePeriph | ( | uint32_t | Periphs | ) |
Unfreeze APB1 group2 peripherals.
Periphs | This parameter can be a combination of the following values: |
None |
Definition at line 2182 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_APB2_GRP1_FreezePeriph | ( | uint32_t | Periphs | ) |
Freeze APB2 peripherals.
Periphs | This parameter can be a combination of the following values:
|
None |
Definition at line 2207 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_APB2_GRP1_UnFreezePeriph | ( | uint32_t | Periphs | ) |
Unfreeze APB2 peripherals.
Periphs | This parameter can be a combination of the following values:
|
None |
Definition at line 2231 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_APB3_GRP1_FreezePeriph | ( | uint32_t | Periphs | ) |
Freeze APB3 peripherals.
Periphs | This parameter can be a combination of the following values: |
None |
Definition at line 2243 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_APB3_GRP1_UnFreezePeriph | ( | uint32_t | Periphs | ) |
Unfreeze APB3 peripherals.
Periphs | This parameter can be a combination of the following values: |
None |
Definition at line 2255 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_APB4_GRP1_FreezePeriph | ( | uint32_t | Periphs | ) |
Freeze APB4 peripherals.
Periphs | This parameter can be a combination of the following values: (*) value not defined in all devices |
None |
Definition at line 2281 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_APB4_GRP1_UnFreezePeriph | ( | uint32_t | Periphs | ) |
Unfreeze APB4 peripherals.
Periphs | This parameter can be a combination of the following values: (*) value not defined in all devices |
None |
Definition at line 2307 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_DisableD1DebugClock | ( | void | ) |
Disable the Domain1/CDomain debug clock enable.
None |
Definition at line 2000 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_DisableD1DebugInSleepMode | ( | void | ) |
Disable D1 Domain/CDomain debug during SLEEP mode.
None |
Definition at line 1813 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_DisableD1DebugInStandbyMode | ( | void | ) |
Disable D1 Domain/CDomain debug during STANDBY mode.
None |
Definition at line 1853 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_DisableD1DebugInStopMode | ( | void | ) |
Disable D1 Domain/CDomain debug during STOP mode.
None |
Definition at line 1833 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_DisableD3DebugClock | ( | void | ) |
Disable the Domain3/SRDomain debug clock enable.
None |
Definition at line 2020 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_DisableD3DebugInStandbyMode | ( | void | ) |
Disable D3 Domain/SRDomain debug during STANDBY mode.
None |
Definition at line 1959 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_DisableD3DebugInStopMode | ( | void | ) |
Disable D3 Domain/SRDomain debug during STOP mode.
None |
Definition at line 1937 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_DisableTracePortClock | ( | void | ) |
Disable the trace port clock.
None |
Definition at line 1980 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_EnableD1DebugClock | ( | void | ) |
Enable the Domain1/CDomain debug clock enable.
None |
Definition at line 1990 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_EnableD1DebugInSleepMode | ( | void | ) |
Enable D1 Domain/CDomain debug during SLEEP mode.
None |
Definition at line 1803 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_EnableD1DebugInStandbyMode | ( | void | ) |
Enable D1 Domain/CDomain debug during STANDBY mode.
None |
Definition at line 1843 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_EnableD1DebugInStopMode | ( | void | ) |
Enable D1 Domain/CDomain debug during STOP mode.
None |
Definition at line 1823 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_EnableD3DebugClock | ( | void | ) |
Enable the Domain3/SRDomain debug clock enable.
None |
Definition at line 2010 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_EnableD3DebugInStandbyMode | ( | void | ) |
Enable D3 Domain/SRDomain debug during STANDBY mode.
None |
Definition at line 1949 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_EnableD3DebugInStopMode | ( | void | ) |
Enable D3 Domain/SRDomain debug during STOP mode.
None |
Definition at line 1927 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_EnableTracePortClock | ( | void | ) |
Enable the trace port clock.
None |
Definition at line 1970 of file stm32h7xx_ll_system.h.
__STATIC_INLINE uint32_t LL_DBGMCU_GetDeviceID | ( | void | ) |
Return the device identifier.
Values | between Min_Data=0x00 and Max_Data=0xFFF |
Definition at line 1781 of file stm32h7xx_ll_system.h.
__STATIC_INLINE uint32_t LL_DBGMCU_GetExternalTriggerPinDirection | ( | void | ) |
Get the direction of the bi-directional trigger pin TRGIO.
Returned | value can be one of the following values: |
Definition at line 2047 of file stm32h7xx_ll_system.h.
__STATIC_INLINE uint32_t LL_DBGMCU_GetRevisionID | ( | void | ) |
Return the device revision identifier.
Values | between Min_Data=0x00 and Max_Data=0xFFFF |
Definition at line 1793 of file stm32h7xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_SetExternalTriggerPinDirection | ( | uint32_t | PinDirection | ) |
Set the direction of the bi-directional trigger pin TRGIO.
PinDirection | This parameter can be one of the following values: |
None |
Definition at line 2035 of file stm32h7xx_ll_system.h.