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.
Dependents: Space_Invaders_Demo neopixels gpio_test_stm32f3_discovery gpio_test_systimer ... more
Device and Revision ID management functions
[DBGMCU_Private_Functions]
Device and Revision ID management functions. More...
Functions | |
uint32_t | DBGMCU_GetREVID (void) |
Returns the device revision identifier. | |
uint32_t | DBGMCU_GetDEVID (void) |
Returns the device identifier. |
Detailed Description
Device and Revision ID management functions.
============================================================================== ##### Device and Revision ID management functions ##### ==============================================================================
Function Documentation
uint32_t DBGMCU_GetDEVID | ( | void | ) |
Returns the device identifier.
- Parameters:
-
None
- Return values:
-
Device identifier
Definition at line 83 of file stm32f30x_dbgmcu.c.
uint32_t DBGMCU_GetREVID | ( | void | ) |
Returns the device revision identifier.
- Parameters:
-
None
- Return values:
-
Device revision identifier
Definition at line 73 of file stm32f30x_dbgmcu.c.
Generated on Tue Jul 12 2022 17:34:45 by
