Loading...
Searching...
No Matches
board.h File Reference

Pin definitions and board configuration options. More...

Detailed Description

Pin definitions and board configuration options.

Author
Francisco Molina franc.nosp@m.ois-.nosp@m.xavie.nosp@m.r.mo.nosp@m.lina@.nosp@m.inri.nosp@m.a.fr

Definition in file board.h.

#include "board_nucleo.h"
#include "stm32_leds.h"
+ Include dependency graph for board.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

LED pin definitions and handlers

#define LED0_PIN_NUM   5
 
#define LED0_PORT_NUM   PORT_B
 
#define LED1_PIN_NUM   0
 
#define LED1_PORT_NUM   PORT_B
 
#define LED2_PIN_NUM   1
 
#define LED2_PORT_NUM   PORT_B
 

User button

#define BTN0_PIN   GPIO_PIN(PORT_C, 4)
 
#define BTN0_MODE   GPIO_IN_PU
 
#define BTN1_PIN   GPIO_PIN(PORT_D, 0)
 
#define BTN1_MODE   GPIO_IN_PU
 
#define BTN2_PIN   GPIO_PIN(PORT_D, 1)
 
#define BTN2_MODE   GPIO_IN_PU
 

Macro Definition Documentation

◆ BTN0_MODE

#define BTN0_MODE   GPIO_IN_PU

Definition at line 47 of file board.h.

◆ BTN0_PIN

#define BTN0_PIN   GPIO_PIN(PORT_C, 4)

Definition at line 46 of file board.h.

◆ BTN1_MODE

#define BTN1_MODE   GPIO_IN_PU

Definition at line 49 of file board.h.

◆ BTN1_PIN

#define BTN1_PIN   GPIO_PIN(PORT_D, 0)

Definition at line 48 of file board.h.

◆ BTN2_MODE

#define BTN2_MODE   GPIO_IN_PU

Definition at line 51 of file board.h.

◆ BTN2_PIN

#define BTN2_PIN   GPIO_PIN(PORT_D, 1)

Definition at line 50 of file board.h.

◆ LED0_PIN_NUM

#define LED0_PIN_NUM   5

Definition at line 32 of file board.h.

◆ LED0_PORT_NUM

#define LED0_PORT_NUM   PORT_B

Definition at line 33 of file board.h.

◆ LED1_PIN_NUM

#define LED1_PIN_NUM   0

Definition at line 35 of file board.h.

◆ LED1_PORT_NUM

#define LED1_PORT_NUM   PORT_B

Definition at line 36 of file board.h.

◆ LED2_PIN_NUM

#define LED2_PIN_NUM   1

Definition at line 38 of file board.h.

◆ LED2_PORT_NUM

#define LED2_PORT_NUM   PORT_B

Definition at line 39 of file board.h.