All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
board.h File Reference

Board specific definitions for the f4vi1 board. More...

Detailed Description

Board specific definitions for the f4vi1 board.

Author
Stefan Pfeiffer pfeif.nosp@m.fer@.nosp@m.inf.f.nosp@m.u-be.nosp@m.rlin..nosp@m.de
Hauke Petersen hauke.nosp@m..pet.nosp@m.ersen.nosp@m.@fu-.nosp@m.berli.nosp@m.n.de

Definition in file board.h.

#include "cpu.h"
#include "periph_conf.h"
#include "stm32_leds.h"
+ Include dependency graph for board.h:

Go to the source code of this file.

LED pin definitions and handlers

#define LED0_PIN_NUM   1
 
#define LED0_PORT   GPIO_PORT_A
 GPIO port of LED 0.
 
#define LED0_PORT_NUM   PORT_A
 
#define LED1_PIN_NUM   3
 
#define LED1_PORT   GPIO_PORT_A
 GPIO port of LED 1.
 
#define LED1_PORT_NUM   PORT_A
 
#define LED2_PIN_NUM   2
 
#define LED2_PORT   GPIO_PORT_A
 GPIO port of LED 2.
 
#define LED2_PORT_NUM   PORT_A
 

Macro Definition Documentation

◆ LED0_PIN_NUM

#define LED0_PIN_NUM   1

Definition at line 34 of file board.h.

◆ LED0_PORT

#define LED0_PORT   GPIO_PORT_A

GPIO port of LED 0.

Definition at line 35 of file board.h.

◆ LED0_PORT_NUM

#define LED0_PORT_NUM   PORT_A

Definition at line 36 of file board.h.

◆ LED1_PIN_NUM

#define LED1_PIN_NUM   3

Definition at line 38 of file board.h.

◆ LED1_PORT

#define LED1_PORT   GPIO_PORT_A

GPIO port of LED 1.

Definition at line 39 of file board.h.

◆ LED1_PORT_NUM

#define LED1_PORT_NUM   PORT_A

Definition at line 40 of file board.h.

◆ LED2_PIN_NUM

#define LED2_PIN_NUM   2

Definition at line 42 of file board.h.

◆ LED2_PORT

#define LED2_PORT   GPIO_PORT_A

GPIO port of LED 2.

Definition at line 43 of file board.h.

◆ LED2_PORT_NUM

#define LED2_PORT_NUM   PORT_A

Definition at line 44 of file board.h.