STM32L443xx HAL User Manual
|
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_EnableDBGSleepMode (void) |
Enable the Debug Module during SLEEP mode. | |
__STATIC_INLINE void | LL_DBGMCU_DisableDBGSleepMode (void) |
Disable the Debug Module during SLEEP mode. | |
__STATIC_INLINE void | LL_DBGMCU_EnableDBGStopMode (void) |
Enable the Debug Module during STOP mode. | |
__STATIC_INLINE void | LL_DBGMCU_DisableDBGStopMode (void) |
Disable the Debug Module during STOP mode. | |
__STATIC_INLINE void | LL_DBGMCU_EnableDBGStandbyMode (void) |
Enable the Debug Module during STANDBY mode. | |
__STATIC_INLINE void | LL_DBGMCU_DisableDBGStandbyMode (void) |
Disable the Debug Module during STANDBY mode. | |
__STATIC_INLINE void | LL_DBGMCU_SetTracePinAssignment (uint32_t PinAssignment) |
Set Trace pin assignment control. | |
__STATIC_INLINE uint32_t | LL_DBGMCU_GetTracePinAssignment (void) |
Get Trace pin assignment control. | |
__STATIC_INLINE void | LL_DBGMCU_APB1_GRP1_FreezePeriph (uint32_t Periphs) |
Freeze APB1 peripherals (group1 peripherals) | |
__STATIC_INLINE void | LL_DBGMCU_APB1_GRP2_FreezePeriph (uint32_t Periphs) |
Freeze APB1 peripherals (group2 peripherals) | |
__STATIC_INLINE void | LL_DBGMCU_APB1_GRP1_UnFreezePeriph (uint32_t Periphs) |
Unfreeze APB1 peripherals (group1 peripherals) | |
__STATIC_INLINE void | LL_DBGMCU_APB1_GRP2_UnFreezePeriph (uint32_t Periphs) |
Unfreeze APB1 peripherals (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_APB1_GRP1_FreezePeriph | ( | uint32_t | Periphs | ) |
Freeze APB1 peripherals (group1 peripherals)
Periphs | This parameter can be a combination of the following values:
|
None |
Definition at line 1164 of file stm32l4xx_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 1207 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_APB1_GRP2_FreezePeriph | ( | uint32_t | Periphs | ) |
Freeze APB1 peripherals (group2 peripherals)
Periphs | This parameter can be a combination of the following values:
|
None |
Definition at line 1179 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_APB1_GRP2_UnFreezePeriph | ( | uint32_t | Periphs | ) |
Unfreeze APB1 peripherals (group2 peripherals)
Periphs | This parameter can be a combination of the following values:
|
None |
Definition at line 1222 of file stm32l4xx_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 1240 of file stm32l4xx_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 1258 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_DisableDBGSleepMode | ( | void | ) |
Disable the Debug Module during SLEEP mode.
None |
Definition at line 1063 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_DisableDBGStandbyMode | ( | void | ) |
Disable the Debug Module during STANDBY mode.
None |
Definition at line 1103 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_DisableDBGStopMode | ( | void | ) |
Disable the Debug Module during STOP mode.
None |
Definition at line 1083 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_EnableDBGSleepMode | ( | void | ) |
Enable the Debug Module during SLEEP mode.
None |
Definition at line 1053 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_EnableDBGStandbyMode | ( | void | ) |
Enable the Debug Module during STANDBY mode.
None |
Definition at line 1093 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_EnableDBGStopMode | ( | void | ) |
Enable the Debug Module during STOP mode.
None |
Definition at line 1073 of file stm32l4xx_ll_system.h.
__STATIC_INLINE uint32_t LL_DBGMCU_GetDeviceID | ( | void | ) |
Return the device identifier.
Values | between Min_Data=0x00 and Max_Data=0xFFFF (ex: device ID is 0x6415) |
Definition at line 1032 of file stm32l4xx_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 1043 of file stm32l4xx_ll_system.h.
__STATIC_INLINE uint32_t LL_DBGMCU_GetTracePinAssignment | ( | void | ) |
Get Trace pin assignment control.
Returned | value can be one of the following values: |
Definition at line 1136 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_DBGMCU_SetTracePinAssignment | ( | uint32_t | PinAssignment | ) |
Set Trace pin assignment control.
PinAssignment | This parameter can be one of the following values: |
None |
Definition at line 1120 of file stm32l4xx_ll_system.h.