STM32L476G-Discovery BSP User Manual
|
Defines | |
#define | __STM32L476G_DISCOVERY_BSP_VERSION_MAIN (0x00) |
STM32L476G DISCOVERY BSP Driver version number $VERSION$. | |
#define | __STM32L476G_DISCOVERY_BSP_VERSION_SUB1 (0x00) |
#define | __STM32L476G_DISCOVERY_BSP_VERSION_SUB2 (0x00) |
#define | __STM32L476G_DISCOVERY_BSP_VERSION_RC (0x01) |
#define | __STM32L476G_DISCOVERY_BSP_VERSION |
Define Documentation
Value:
((__STM32L476G_DISCOVERY_BSP_VERSION_MAIN << 24)\ |(__STM32L476G_DISCOVERY_BSP_VERSION_SUB1 << 16)\ |(__STM32L476G_DISCOVERY_BSP_VERSION_SUB2 << 8 )\ |(__STM32L476G_DISCOVERY_BSP_VERSION_RC))
Definition at line 76 of file stm32l476g_discovery.c.
Referenced by BSP_GetVersion().
#define __STM32L476G_DISCOVERY_BSP_VERSION_MAIN (0x00) |
STM32L476G DISCOVERY BSP Driver version number $VERSION$.
[31:24] main version
Definition at line 72 of file stm32l476g_discovery.c.
#define __STM32L476G_DISCOVERY_BSP_VERSION_RC (0x01) |
[7:0] release candidate
Definition at line 75 of file stm32l476g_discovery.c.
#define __STM32L476G_DISCOVERY_BSP_VERSION_SUB1 (0x00) |
[23:16] sub1 version
Definition at line 73 of file stm32l476g_discovery.c.
#define __STM32L476G_DISCOVERY_BSP_VERSION_SUB2 (0x00) |
[15:8] sub2 version
Definition at line 74 of file stm32l476g_discovery.c.
Generated on Tue Jun 23 2015 17:15:45 for STM32L476G-Discovery BSP User Manual by 1.7.6.1