STM32F4 Standard Peripheral bibliotheek
1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 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 low power mode behavior when the MCU is in Debug mode. More... | |
void | DBGMCU_APB1PeriphConfig (uint32_t DBGMCU_Periph, FunctionalState NewState) |
Configures APB1 peripheral behavior when the MCU is in Debug mode. More... | |
void | DBGMCU_APB2PeriphConfig (uint32_t DBGMCU_Periph, FunctionalState NewState) |
Configures APB2 peripheral behavior when the MCU is in Debug mode. More... | |
void DBGMCU_APB1PeriphConfig | ( | uint32_t | DBGMCU_Periph, |
FunctionalState | NewState | ||
) |
Configures APB1 peripheral behavior when the MCU is in Debug mode.
DBGMCU_Periph,: | specifies the APB1 peripheral. This parameter can be any combination of the following values:
|
None |
void DBGMCU_APB2PeriphConfig | ( | uint32_t | DBGMCU_Periph, |
FunctionalState | NewState | ||
) |
Configures APB2 peripheral behavior when the MCU is in Debug mode.
DBGMCU_Periph,: | specifies the APB2 peripheral. 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 |
void DBGMCU_Config | ( | uint32_t | DBGMCU_Periph, |
FunctionalState | NewState | ||
) |
Configures low power mode behavior when the MCU is in Debug mode.
DBGMCU_Periph,: | specifies the low power mode. This parameter can be any combination of the following values:
|
NewState,: | new state of the specified low power mode 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 |