STM32L4xx_Nucleo_144 BSP User Manual
|
Defines | |
#define | __STM32L4xx_NUCLEO_144_BSP_VERSION_MAIN (0x01) |
STM32L4xx NUCLEO BSP Driver version number. | |
#define | __STM32L4xx_NUCLEO_144_BSP_VERSION_SUB1 (0x00) |
#define | __STM32L4xx_NUCLEO_144_BSP_VERSION_SUB2 (0x01) |
#define | __STM32L4xx_NUCLEO_144_BSP_VERSION_RC (0x00) |
#define | __STM32L4xx_NUCLEO_144_BSP_VERSION |
#define | SD_DUMMY_BYTE 0xFF |
LINK SD Card. | |
#define | SD_NO_RESPONSE_EXPECTED 0x80 |
Define Documentation
Value:
((__STM32L4xx_NUCLEO_144_BSP_VERSION_MAIN << 24)\ |(__STM32L4xx_NUCLEO_144_BSP_VERSION_SUB1 << 16)\ |(__STM32L4xx_NUCLEO_144_BSP_VERSION_SUB2 << 8 )\ |(__STM32L4xx_NUCLEO_144_BSP_VERSION_RC))
Definition at line 66 of file stm32l4xx_nucleo_144.c.
Referenced by BSP_GetVersion().
#define __STM32L4xx_NUCLEO_144_BSP_VERSION_MAIN (0x01) |
STM32L4xx NUCLEO BSP Driver version number.
[31:24] main version
Definition at line 62 of file stm32l4xx_nucleo_144.c.
#define __STM32L4xx_NUCLEO_144_BSP_VERSION_RC (0x00) |
[7:0] release candidate
Definition at line 65 of file stm32l4xx_nucleo_144.c.
#define __STM32L4xx_NUCLEO_144_BSP_VERSION_SUB1 (0x00) |
[23:16] sub1 version
Definition at line 63 of file stm32l4xx_nucleo_144.c.
#define __STM32L4xx_NUCLEO_144_BSP_VERSION_SUB2 (0x01) |
[15:8] sub2 version
Definition at line 64 of file stm32l4xx_nucleo_144.c.
#define SD_DUMMY_BYTE 0xFF |
#define SD_NO_RESPONSE_EXPECTED 0x80 |
Definition at line 75 of file stm32l4xx_nucleo_144.c.
Generated on Mon Oct 9 2017 01:35:13 for STM32L4xx_Nucleo_144 BSP User Manual by 1.7.6.1