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 31 of file board.h.
 
 
◆ BACKLIGHT_OFF
Clear the backlight pin. 
Definition at line 36 of file board.h.
 
 
◆ BACKLIGHT_ON
Set the backlight pin. 
Definition at line 34 of file board.h.
 
 
◆ BACKLIGHT_PIN
Backlight pin. 
Definition at line 30 of file board.h.
 
 
◆ BACKLIGHT_TOGGLE
Toggle the backlight pin. 
Definition at line 38 of file board.h.
 
 
◆ BTN0_MODE
BTN0 pin mode. 
Definition at line 70 of file board.h.
 
 
◆ BTN0_PIN
BTN0 pin. 
Definition at line 69 of file board.h.
 
 
◆ FT5X06_PARAM_I2C_DEV
      
        
          | #define FT5X06_PARAM_I2C_DEV   I2C_DEV(1) | 
        
      
 
I2C device. 
Definition at line 77 of file board.h.
 
 
◆ FT5X06_PARAM_INT_PIN
      
        
          | #define FT5X06_PARAM_INT_PIN   GPIO_PIN(PORT_I, 13) | 
        
      
 
Interrupt pin. 
Definition at line 78 of file board.h.
 
 
◆ FT5X06_PARAM_TYPE
Device type. 
Definition at line 82 of file board.h.
 
 
◆ FT5X06_PARAM_XMAX
Max width. 
Definition at line 79 of file board.h.
 
 
◆ FT5X06_PARAM_XYCONV
Swap X and Y. 
Definition at line 81 of file board.h.
 
 
◆ FT5X06_PARAM_YMAX
Max height. 
Definition at line 80 of file board.h.
 
 
◆ LCD_DISP_PIN
      
        
          | #define LCD_DISP_PIN   GPIO_PIN(PORT_I, 12) | 
        
      
 
LCD screen enable pin. 
Definition at line 45 of file board.h.
 
 
◆ LCD_SCREEN_HEIGHT
      
        
          | #define LCD_SCREEN_HEIGHT   272 | 
        
      
 
LCD screen height. 
Definition at line 53 of file board.h.
 
 
◆ LCD_SCREEN_WIDTH
      
        
          | #define LCD_SCREEN_WIDTH   480 | 
        
      
 
LCD screen width. 
Definition at line 52 of file board.h.
 
 
◆ LED0_PIN_NUM
LD1 pin number. 
Definition at line 60 of file board.h.
 
 
◆ LED0_PORT
GPIO port of LD1. 
Definition at line 61 of file board.h.
 
 
◆ LED0_PORT_NUM
      
        
          | #define LED0_PORT_NUM   PORT_I | 
        
      
 
LD1 port. 
Definition at line 62 of file board.h.