Loading...
Searching...
No Matches
STM32L476G-DISCO

Support for the STM32L476G-DISCO board. More...

Detailed Description

Support for the STM32L476G-DISCO board.

Files

file  board.h
 Board specific definitions for the STM32L476G-DISCO board.
 
file  gpio_params.h
 Board specific configuration of direct mapped GPIOs.
 
file  periph_conf.h
 Peripheral MCU configuration for the STM32L476G-DISCO board.
 

LED pin definitions and handlers

#define LED0_PIN_NUM   2
 
#define LED0_PORT_NUM   PORT_B
 
#define LED1_PIN_NUM   8
 
#define LED1_PORT_NUM   PORT_E
 

Joystick buttons

#define BTN0_PIN   GPIO_PIN(PORT_A, 0)
 Center button pin

 
#define BTN0_MODE   GPIO_IN_PD
 Center button mode.
 
#define BTN1_PIN   GPIO_PIN(PORT_A, 1)
 Left button pin

 
#define BTN1_MODE   GPIO_IN_PD
 Left button mode

 
#define BTN2_PIN   GPIO_PIN(PORT_A, 5)
 Down button pin

 
#define BTN2_MODE   GPIO_IN_PD
 Down button mode

 
#define BTN3_PIN   GPIO_PIN(PORT_A, 2)
 Right button pin

 
#define BTN3_MODE   GPIO_IN_PD
 Right button mode

 
#define BTN4_PIN   GPIO_PIN(PORT_A, 3)
 Up button pin

 
#define BTN4_MODE   GPIO_IN_PD
 Up button mode

 

Macro Definition Documentation

◆ BTN0_MODE

#define BTN0_MODE   GPIO_IN_PD

Center button mode.

Definition at line 48 of file board.h.

◆ BTN0_PIN

#define BTN0_PIN   GPIO_PIN(PORT_A, 0)

Center button pin

Definition at line 47 of file board.h.

◆ BTN1_MODE

#define BTN1_MODE   GPIO_IN_PD

Left button mode

Definition at line 51 of file board.h.

◆ BTN1_PIN

#define BTN1_PIN   GPIO_PIN(PORT_A, 1)

Left button pin

Definition at line 50 of file board.h.

◆ BTN2_MODE

#define BTN2_MODE   GPIO_IN_PD

Down button mode

Definition at line 54 of file board.h.

◆ BTN2_PIN

#define BTN2_PIN   GPIO_PIN(PORT_A, 5)

Down button pin

Definition at line 53 of file board.h.

◆ BTN3_MODE

#define BTN3_MODE   GPIO_IN_PD

Right button mode

Definition at line 57 of file board.h.

◆ BTN3_PIN

#define BTN3_PIN   GPIO_PIN(PORT_A, 2)

Right button pin

Definition at line 56 of file board.h.

◆ BTN4_MODE

#define BTN4_MODE   GPIO_IN_PD

Up button mode

Definition at line 60 of file board.h.

◆ BTN4_PIN

#define BTN4_PIN   GPIO_PIN(PORT_A, 3)

Up button pin

Definition at line 59 of file board.h.

◆ LED0_PIN_NUM

#define LED0_PIN_NUM   2

Definition at line 36 of file board.h.

◆ LED0_PORT_NUM

#define LED0_PORT_NUM   PORT_B

Definition at line 37 of file board.h.

◆ LED1_PIN_NUM

#define LED1_PIN_NUM   8

Definition at line 39 of file board.h.

◆ LED1_PORT_NUM

#define LED1_PORT_NUM   PORT_E

Definition at line 40 of file board.h.