STM32F3xx_Nucleo BSP User Manual
|
Defines | |
#define | __STM32F3XX_NUCLEO_BSP_VERSION_MAIN (0x01) |
STM32F3XX NUCLEO BSP Driver version number V1.1.3. | |
#define | __STM32F3XX_NUCLEO_BSP_VERSION_SUB1 (0x01) |
#define | __STM32F3XX_NUCLEO_BSP_VERSION_SUB2 (0x03) |
#define | __STM32F3XX_NUCLEO_BSP_VERSION_RC (0x00) |
#define | __STM32F3XX_NUCLEO_BSP_VERSION |
#define | SD_DUMMY_BYTE 0xFF |
LINK SD Card. | |
#define | SD_NO_RESPONSE_EXPECTED 0x80 |
Define Documentation
#define __STM32F3XX_NUCLEO_BSP_VERSION |
Value:
((__STM32F3XX_NUCLEO_BSP_VERSION_MAIN << 24)\ |(__STM32F3XX_NUCLEO_BSP_VERSION_SUB1 << 16)\ |(__STM32F3XX_NUCLEO_BSP_VERSION_SUB2 << 8 )\ |(__STM32F3XX_NUCLEO_BSP_VERSION_RC))
Definition at line 69 of file stm32f3xx_nucleo.c.
Referenced by BSP_GetVersion().
#define __STM32F3XX_NUCLEO_BSP_VERSION_MAIN (0x01) |
STM32F3XX NUCLEO BSP Driver version number V1.1.3.
[31:24] main version
Definition at line 65 of file stm32f3xx_nucleo.c.
#define __STM32F3XX_NUCLEO_BSP_VERSION_RC (0x00) |
[7:0] release candidate
Definition at line 68 of file stm32f3xx_nucleo.c.
#define __STM32F3XX_NUCLEO_BSP_VERSION_SUB1 (0x01) |
[23:16] sub1 version
Definition at line 66 of file stm32f3xx_nucleo.c.
#define __STM32F3XX_NUCLEO_BSP_VERSION_SUB2 (0x03) |
[15:8] sub2 version
Definition at line 67 of file stm32f3xx_nucleo.c.
#define SD_DUMMY_BYTE 0xFF |
LINK SD Card.
Definition at line 77 of file stm32f3xx_nucleo.c.
Referenced by SD_IO_Init(), and SD_IO_WriteDummy().
#define SD_NO_RESPONSE_EXPECTED 0x80 |
Definition at line 78 of file stm32f3xx_nucleo.c.
Referenced by SD_IO_WriteCmd().
Generated on Fri Dec 9 2016 14:04:41 for STM32F3xx_Nucleo BSP User Manual by 1.7.6.1