Senior Design: Sound Monitor / BSP

Dependencies:   CMSIS_STM32L4xx CMSIS_DSP_401 STM32L4xx_HAL_Driver

Dependents:   DiscoAudioRecord

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 141 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 119 of file stm32l476g_discovery.c.

GPIO_TypeDef * LED_PORT
Initial value:
  {LED4_GPIO_PORT,
                                  LED5_GPIO_PORT}

LED variables.

Definition at line 102 of file stm32l476g_discovery.c.