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