Martin Johnson / STM32F3-Discovery

Dependents:   Space_Invaders_Demo neopixels gpio_test_stm32f3_discovery gpio_test_systimer ... more

Embed: (wiki syntax)

« Back to documentation index

Device and Revision ID management functions

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:
Deviceidentifier

Definition at line 83 of file stm32f30x_dbgmcu.c.

uint32_t DBGMCU_GetREVID ( void   )

Returns the device revision identifier.

Parameters:
None
Return values:
Devicerevision identifier

Definition at line 73 of file stm32f30x_dbgmcu.c.