STM32F4-Discovery + 0/1 examples
CodeScope will show references to BSP_GetVersion() from the following samples and libraries:
Drivers
Boards
 
Symbols
loading...
Files
loading...

BSP_GetVersion() function

This method returns the STM32F4 DISCO BSP Driver revision

Syntax

uint32_t BSP_GetVersion(void);
Implemented in stm32f4_discovery.c:139

Return value

version : 0xXYZR (8bits for each decimal, R for RC)

Examples

BSP_GetVersion() is referenced by 1 libraries and example projects.

References

LocationText
stm32f4_discovery.c:139
uint32_t BSP_GetVersion(void)
stm32f4_discovery.h:250
uint32_t BSP_GetVersion(void);

Type Use

Type of BSP_GetVersion()
BSP_GetVersion()
uint32_t
all items filtered out