Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
HAL Debug functions
[HAL Exported Functions]
HAL Debug functions. More...
Functions | |
void | HAL_DBGMCU_EnableDBGSleepMode (void) |
Enable the Debug Module during SLEEP mode. | |
void | HAL_DBGMCU_DisableDBGSleepMode (void) |
Disable the Debug Module during SLEEP mode. | |
void | HAL_DBGMCU_EnableDBGStopMode (void) |
Enable the Debug Module during STOP0/STOP1/STOP2 modes. | |
void | HAL_DBGMCU_DisableDBGStopMode (void) |
Disable the Debug Module during STOP0/STOP1/STOP2 modes. | |
void | HAL_DBGMCU_EnableDBGStandbyMode (void) |
Enable the Debug Module during STANDBY mode. | |
void | HAL_DBGMCU_DisableDBGStandbyMode (void) |
Disable the Debug Module during STANDBY mode. |
Detailed Description
HAL Debug functions.
=============================================================================== ##### HAL Debug functions ##### =============================================================================== [..] This section provides functions allowing to: (+) Enable/Disable Debug module during SLEEP mode (+) Enable/Disable Debug module during STOP0/STOP1/STOP2 modes (+) Enable/Disable Debug module during STANDBY mode
Function Documentation
void HAL_DBGMCU_DisableDBGSleepMode | ( | void | ) |
Disable the Debug Module during SLEEP mode.
- Return values:
-
None
Definition at line 431 of file stm32l4xx_hal.c.
void HAL_DBGMCU_DisableDBGStandbyMode | ( | void | ) |
Disable the Debug Module during STANDBY mode.
- Return values:
-
None
Definition at line 467 of file stm32l4xx_hal.c.
void HAL_DBGMCU_DisableDBGStopMode | ( | void | ) |
Disable the Debug Module during STOP0/STOP1/STOP2 modes.
- Return values:
-
None
Definition at line 449 of file stm32l4xx_hal.c.
void HAL_DBGMCU_EnableDBGSleepMode | ( | void | ) |
Enable the Debug Module during SLEEP mode.
- Return values:
-
None
Definition at line 422 of file stm32l4xx_hal.c.
void HAL_DBGMCU_EnableDBGStandbyMode | ( | void | ) |
Enable the Debug Module during STANDBY mode.
- Return values:
-
None
Definition at line 458 of file stm32l4xx_hal.c.
void HAL_DBGMCU_EnableDBGStopMode | ( | void | ) |
Enable the Debug Module during STOP0/STOP1/STOP2 modes.
- Return values:
-
None
Definition at line 440 of file stm32l4xx_hal.c.
Generated on Tue Jul 12 2022 17:38:53 by
