STM32L4R9I-Discovery BSP User Manual
|
Defines | |
#define | __STM32L4R9I_DISCOVERY_BSP_VERSION_MAIN (0x01) |
STM32L4R9I_DISCOVERY BSP Driver version number. | |
#define | __STM32L4R9I_DISCOVERY_BSP_VERSION_SUB1 (0x00) |
#define | __STM32L4R9I_DISCOVERY_BSP_VERSION_SUB2 (0x00) |
#define | __STM32L4R9I_DISCOVERY_BSP_VERSION_RC (0x00) |
#define | __STM32L4R9I_DISCOVERY_BSP_VERSION |
#define | BSP_I2C_NO_USER 0x00000000U |
BSP I2C users. | |
#define | BSP_I2C_AUDIO_USER 0x00000001U |
#define | BSP_I2C_TS_USER 0x00000002U |
#define | BSP_I2C_MFX_USER 0x00000004U |
#define | BSP_I2C_CAMERA_USER 0x00000008U |
#define | BSP_I2C_ALL_USERS 0x0000000FU |
Define Documentation
((__STM32L4R9I_DISCOVERY_BSP_VERSION_MAIN << 24)\ |(__STM32L4R9I_DISCOVERY_BSP_VERSION_SUB1 << 16)\ |(__STM32L4R9I_DISCOVERY_BSP_VERSION_SUB2 << 8 )\ |(__STM32L4R9I_DISCOVERY_BSP_VERSION_RC))
Definition at line 65 of file stm32l4r9i_discovery.c.
Referenced by BSP_GetVersion().
#define __STM32L4R9I_DISCOVERY_BSP_VERSION_MAIN (0x01) |
STM32L4R9I_DISCOVERY BSP Driver version number.
[31:24] main version
Definition at line 61 of file stm32l4r9i_discovery.c.
#define __STM32L4R9I_DISCOVERY_BSP_VERSION_RC (0x00) |
[7:0] release candidate
Definition at line 64 of file stm32l4r9i_discovery.c.
#define __STM32L4R9I_DISCOVERY_BSP_VERSION_SUB1 (0x00) |
[23:16] sub1 version
Definition at line 62 of file stm32l4r9i_discovery.c.
#define __STM32L4R9I_DISCOVERY_BSP_VERSION_SUB2 (0x00) |
[15:8] sub2 version
Definition at line 63 of file stm32l4r9i_discovery.c.
#define BSP_I2C_ALL_USERS 0x0000000FU |
Definition at line 79 of file stm32l4r9i_discovery.c.
Referenced by I2C1_Error().
#define BSP_I2C_AUDIO_USER 0x00000001U |
Definition at line 75 of file stm32l4r9i_discovery.c.
Referenced by AUDIO_IO_DeInit(), and AUDIO_IO_Init().
#define BSP_I2C_CAMERA_USER 0x00000008U |
Definition at line 78 of file stm32l4r9i_discovery.c.
Referenced by CAMERA_IO_Init().
#define BSP_I2C_MFX_USER 0x00000004U |
Definition at line 77 of file stm32l4r9i_discovery.c.
Referenced by MFX_IO_DeInit(), and MFX_IO_Init().
#define BSP_I2C_NO_USER 0x00000000U |
#define BSP_I2C_TS_USER 0x00000002U |
Definition at line 76 of file stm32l4r9i_discovery.c.
Referenced by TS_IO_Init().
Generated on Fri Oct 13 2017 02:37:42 for STM32L4R9I-Discovery BSP User Manual by 1.7.6.1