![]() |
STM32F1 Standard Peripheral bibliotheek
1.0
ST Microelectronics bibliotheek documentatie voor de STM32F1 Standard Peripheral Library
|
Functions | |
| uint32_t | DBGMCU_GetREVID (void) |
| Returns the device revision identifier. More... | |
| uint32_t | DBGMCU_GetDEVID (void) |
| Returns the device identifier. More... | |
| void | DBGMCU_Config (uint32_t DBGMCU_Periph, FunctionalState NewState) |
| Configures the specified peripheral and low power mode behavior when the MCU under Debug mode. More... | |
| void DBGMCU_Config | ( | uint32_t | DBGMCU_Periph, |
| FunctionalState | NewState | ||
| ) |
Configures the specified peripheral and low power mode behavior when the MCU under Debug mode.
| DBGMCU_Periph,: | specifies the peripheral and low power mode. This parameter can be any combination of the following values:
|
| NewState,: | new state of the specified peripheral in Debug mode. This parameter can be: ENABLE or DISABLE. |
| None |
| uint32_t DBGMCU_GetDEVID | ( | void | ) |
Returns the device identifier.
| None |
| Device | identifier |
| uint32_t DBGMCU_GetREVID | ( | void | ) |
Returns the device revision identifier.
| None |
| Device | revision identifier |