| 
    STM32F479xx 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_GRP1_UnFreezePeriph (uint32_t Periphs) | 
| Unfreeze APB1 peripherals (group1 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 1412 of file stm32f4xx_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 1464 of file stm32f4xx_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: (*) value not defined in all devices. | 
| None | 
Definition at line 1486 of file stm32f4xx_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: (*) value not defined in all devices. | 
| None | 
Definition at line 1508 of file stm32f4xx_ll_system.h.
| __STATIC_INLINE void LL_DBGMCU_DisableDBGSleepMode | ( | void | ) | 
Disable the Debug Module during SLEEP mode.
| None | 
Definition at line 1287 of file stm32f4xx_ll_system.h.
| __STATIC_INLINE void LL_DBGMCU_DisableDBGStandbyMode | ( | void | ) | 
Disable the Debug Module during STANDBY mode.
| None | 
Definition at line 1327 of file stm32f4xx_ll_system.h.
| __STATIC_INLINE void LL_DBGMCU_DisableDBGStopMode | ( | void | ) | 
Disable the Debug Module during STOP mode.
| None | 
Definition at line 1307 of file stm32f4xx_ll_system.h.
| __STATIC_INLINE void LL_DBGMCU_EnableDBGSleepMode | ( | void | ) | 
Enable the Debug Module during SLEEP mode.
| None | 
Definition at line 1277 of file stm32f4xx_ll_system.h.
| __STATIC_INLINE void LL_DBGMCU_EnableDBGStandbyMode | ( | void | ) | 
Enable the Debug Module during STANDBY mode.
| None | 
Definition at line 1317 of file stm32f4xx_ll_system.h.
| __STATIC_INLINE void LL_DBGMCU_EnableDBGStopMode | ( | void | ) | 
Enable the Debug Module during STOP mode.
| None | 
Definition at line 1297 of file stm32f4xx_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 1250 of file stm32f4xx_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 1267 of file stm32f4xx_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 1360 of file stm32f4xx_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 1344 of file stm32f4xx_ll_system.h.
 1.7.6.1