STM32L4xx_Nucleo_32 BSP User Manual
|
Modules | |
Private Variables | |
Private Function Prototypes | |
Private Functions | |
Exported Functions | |
Defines | |
#define | __STM32L4XX_NUCLEO_32_BSP_VERSION_MAIN (0x01) |
STM32L4XX NUCLEO BSP Driver version number V1.0.0. | |
#define | __STM32L4XX_NUCLEO_32_BSP_VERSION_SUB1 (0x00) |
#define | __STM32L4XX_NUCLEO_32_BSP_VERSION_SUB2 (0x00) |
#define | __STM32L4XX_NUCLEO_32_BSP_VERSION_RC (0x00) |
#define | __STM32L4XX_NUCLEO_32_BSP_VERSION |
Define Documentation
Value:
((__STM32L4XX_NUCLEO_32_BSP_VERSION_MAIN << 24)\ |(__STM32L4XX_NUCLEO_32_BSP_VERSION_SUB1 << 16)\ |(__STM32L4XX_NUCLEO_32_BSP_VERSION_SUB2 << 8 )\ |(__STM32L4XX_NUCLEO_32_BSP_VERSION_RC))
Definition at line 63 of file stm32l4xx_nucleo_32.c.
Referenced by BSP_GetVersion().
#define __STM32L4XX_NUCLEO_32_BSP_VERSION_MAIN (0x01) |
STM32L4XX NUCLEO BSP Driver version number V1.0.0.
[31:24] main version
Definition at line 59 of file stm32l4xx_nucleo_32.c.
#define __STM32L4XX_NUCLEO_32_BSP_VERSION_RC (0x00) |
[7:0] release candidate
Definition at line 62 of file stm32l4xx_nucleo_32.c.
#define __STM32L4XX_NUCLEO_32_BSP_VERSION_SUB1 (0x00) |
[23:16] sub1 version
Definition at line 60 of file stm32l4xx_nucleo_32.c.
#define __STM32L4XX_NUCLEO_32_BSP_VERSION_SUB2 (0x00) |
[15:8] sub2 version
Definition at line 61 of file stm32l4xx_nucleo_32.c.
Generated on Tue Feb 23 2016 16:08:48 for STM32L4xx_Nucleo_32 BSP User Manual by
