STM32L476G-Discovery board drivers V1.0.0

Dependents:   DiscoLogger DISCO_L476VG_GlassLCD DISCO_L476VG_MicrophoneRecorder DISCO_L476VG_UART ... more

Embed: (wiki syntax)

« Back to documentation index

Exported Variables

Exported Variables
[STM32L476G-DISCOVERY Common]

Variables

GPIO_TypeDef * LED_PORT [LEDn]
 LED variables.
GPIO_TypeDef * JOY_PORT [JOYn]
 JOYSTICK variables.
uint32_t I2c1Timeout = DISCOVERY_I2C2_TIMEOUT_MAX
 BUS variables.

Variable Documentation

uint32_t I2c1Timeout = DISCOVERY_I2C2_TIMEOUT_MAX

BUS variables.

Definition at line 130 of file stm32l476g_discovery.c.

GPIO_TypeDef* JOY_PORT[JOYn]
Initial value:
  {SEL_JOY_GPIO_PORT,
                                 DOWN_JOY_GPIO_PORT,
                                 LEFT_JOY_GPIO_PORT,
                                 RIGHT_JOY_GPIO_PORT,
                                 UP_JOY_GPIO_PORT
                                }

JOYSTICK variables.

Definition at line 105 of file stm32l476g_discovery.c.

GPIO_TypeDef * LED_PORT
Initial value:
  {LED4_GPIO_PORT,
                                   LED5_GPIO_PORT
                                  }

LED variables.

Definition at line 84 of file stm32l476g_discovery.c.