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 Alientek Pandora board. More...

Detailed Description

Board specific definitions for the Alientek Pandora board.

Author
Luo Jia luoji.nosp@m.a@hu.nosp@m.st.ed.nosp@m.u.cn

Definition in file board.h.

#include <stdint.h>
#include "cpu.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   7
 
#define LED0_PORT   GPIO_PORT_E
 GPIO port of LED 0.
 
#define LED0_PORT_NUM   PORT_E
 
#define LED1_PIN_NUM   8
 
#define LED1_PORT   GPIO_PORT_E
 GPIO port of LED 1.
 
#define LED1_PORT_NUM   PORT_E
 
#define LED2_PIN_NUM   9
 
#define LED2_PORT   GPIO_PORT_E
 GPIO port of LED 2.
 
#define LED2_PORT_NUM   PORT_E
 

Wake-up and key buttons

#define BTNWK_PIN   GPIO_PIN(PORT_C, 13)
 Wake button pin

 
#define BTNWK_MODE   GPIO_IN_PD
 Wake button mode.
 
#define BTN0_PIN   GPIO_PIN(PORT_D, 10)
 Button 0 pin

 
#define BTN0_MODE   GPIO_IN_PD
 Button 0 mode

 
#define BTN1_PIN   GPIO_PIN(PORT_D, 9)
 Button 1 pin

 
#define BTN1_MODE   GPIO_IN_PD
 Button 1 mode

 
#define BTN2_PIN   GPIO_PIN(PORT_D, 8)
 Button 2 pin

 
#define BTN2_MODE   GPIO_IN_PD
 Button 2 mode

 

Macro Definition Documentation

◆ BTN0_MODE

#define BTN0_MODE   GPIO_IN_PD

Button 0 mode

Definition at line 56 of file board.h.

◆ BTN0_PIN

#define BTN0_PIN   GPIO_PIN(PORT_D, 10)

Button 0 pin

Definition at line 55 of file board.h.

◆ BTN1_MODE

#define BTN1_MODE   GPIO_IN_PD

Button 1 mode

Definition at line 59 of file board.h.

◆ BTN1_PIN

#define BTN1_PIN   GPIO_PIN(PORT_D, 9)

Button 1 pin

Definition at line 58 of file board.h.

◆ BTN2_MODE

#define BTN2_MODE   GPIO_IN_PD

Button 2 mode

Definition at line 62 of file board.h.

◆ BTN2_PIN

#define BTN2_PIN   GPIO_PIN(PORT_D, 8)

Button 2 pin

Definition at line 61 of file board.h.

◆ BTNWK_MODE

#define BTNWK_MODE   GPIO_IN_PD

Wake button mode.

Definition at line 53 of file board.h.

◆ BTNWK_PIN

#define BTNWK_PIN   GPIO_PIN(PORT_C, 13)

Wake button pin

Definition at line 52 of file board.h.

◆ LED0_PIN_NUM

#define LED0_PIN_NUM   7

Definition at line 34 of file board.h.

◆ LED0_PORT

#define LED0_PORT   GPIO_PORT_E

GPIO port of LED 0.

Definition at line 35 of file board.h.

◆ LED0_PORT_NUM

#define LED0_PORT_NUM   PORT_E

Definition at line 36 of file board.h.

◆ LED1_PIN_NUM

#define LED1_PIN_NUM   8

Definition at line 38 of file board.h.

◆ LED1_PORT

#define LED1_PORT   GPIO_PORT_E

GPIO port of LED 1.

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.

◆ LED2_PIN_NUM

#define LED2_PIN_NUM   9

Definition at line 42 of file board.h.

◆ LED2_PORT

#define LED2_PORT   GPIO_PORT_E

GPIO port of LED 2.

Definition at line 43 of file board.h.

◆ LED2_PORT_NUM

#define LED2_PORT_NUM   PORT_E

Definition at line 44 of file board.h.