Board specific definitions for the STM32F746G-DISCO.
More...
Board specific definitions for the STM32F746G-DISCO.
- Author
- Alexandre Abadie alexa.nosp@m.ndre.nosp@m..abad.nosp@m.ie@i.nosp@m.nria..nosp@m.fr
Definition in file board.h.
#include "cpu.h"
#include "periph_conf.h"
#include "periph_cpu.h"
#include "stm32_leds.h"
Go to the source code of this file.
◆ BACKLIGHT_MASK
#define BACKLIGHT_MASK (1 << 3) |
Backlight pin mask.
Definition at line 35 of file board.h.
◆ BACKLIGHT_OFF
Clear the backlight pin.
Definition at line 40 of file board.h.
◆ BACKLIGHT_ON
Set the backlight pin.
Definition at line 38 of file board.h.
◆ BACKLIGHT_PIN
Backlight pin.
Definition at line 34 of file board.h.
◆ BACKLIGHT_TOGGLE
Toggle the backlight pin.
Definition at line 42 of file board.h.
◆ BTN0_MODE
BTN0 pin mode.
Definition at line 74 of file board.h.
◆ BTN0_PIN
BTN0 pin.
Definition at line 73 of file board.h.
◆ FT5X06_PARAM_I2C_DEV
#define FT5X06_PARAM_I2C_DEV I2C_DEV(1) |
I2C device.
Definition at line 81 of file board.h.
◆ FT5X06_PARAM_INT_PIN
#define FT5X06_PARAM_INT_PIN GPIO_PIN(PORT_I, 13) |
Interrupt pin.
Definition at line 82 of file board.h.
◆ FT5X06_PARAM_TYPE
Device type.
Definition at line 86 of file board.h.
◆ FT5X06_PARAM_XMAX
Max width.
Definition at line 83 of file board.h.
◆ FT5X06_PARAM_XYCONV
Swap X and Y.
Definition at line 85 of file board.h.
◆ FT5X06_PARAM_YMAX
Max height.
Definition at line 84 of file board.h.
◆ LCD_DISP_PIN
#define LCD_DISP_PIN GPIO_PIN(PORT_I, 12) |
LCD screen enable pin.
Definition at line 49 of file board.h.
◆ LCD_SCREEN_HEIGHT
#define LCD_SCREEN_HEIGHT 272 |
LCD screen height.
Definition at line 57 of file board.h.
◆ LCD_SCREEN_WIDTH
#define LCD_SCREEN_WIDTH 480 |
LCD screen width.
Definition at line 56 of file board.h.
◆ LED0_PIN_NUM
LD1 pin number.
Definition at line 64 of file board.h.
◆ LED0_PORT
GPIO port of LD1.
Definition at line 65 of file board.h.
◆ LED0_PORT_NUM
#define LED0_PORT_NUM PORT_I |
LD1 port.
Definition at line 66 of file board.h.