STM8S/A Standard Peripherals Firmware Library
|
Defines | |
#define | LCD_BACKLIGHT_PIN GPIO_PIN_4 |
#define | LCD_BACKLIGHT_PORT GPIOH |
#define | LCD_NCS_GPIO_PORT GPIOF |
#define | LCD_NCS_PIN GPIO_PIN_0 |
#define | LCD_SPI SPI |
Defines for the SPI and GPIO pins used to drive the SPI Flash. | |
#define | LCD_SPI_CLK CLK_PERIPHERAL_SPI |
#define | LCD_SPI_GPIO_PORT GPIOC |
#define | LCD_SPI_MISO_PIN GPIO_PIN_7 |
#define | LCD_SPI_MOSI_PIN GPIO_PIN_6 |
#define | LCD_SPI_SCK_PIN GPIO_PIN_5 |
Define Documentation
#define LCD_BACKLIGHT_PIN GPIO_PIN_4 |
Definition at line 77 of file stm8s_eval_lcd.h.
Referenced by LCD_BacklightCmd(), and STM8S_EVAL_LCD_Init().
#define LCD_BACKLIGHT_PORT GPIOH |
Definition at line 76 of file stm8s_eval_lcd.h.
Referenced by LCD_BacklightCmd(), and STM8S_EVAL_LCD_Init().
#define LCD_NCS_GPIO_PORT GPIOF |
Definition at line 73 of file stm8s_eval_lcd.h.
Referenced by STM8S_EVAL_LCD_Init().
#define LCD_NCS_PIN GPIO_PIN_0 |
Definition at line 74 of file stm8s_eval_lcd.h.
Referenced by STM8S_EVAL_LCD_Init().
#define LCD_SPI SPI |
Defines for the SPI and GPIO pins used to drive the SPI Flash.
Definition at line 72 of file stm8s_eval_lcd.h.
Referenced by LCD_SPISendByte().
#define LCD_SPI_CLK CLK_PERIPHERAL_SPI |
Definition at line 75 of file stm8s_eval_lcd.h.
Referenced by STM8S_EVAL_LCD_Init().
#define LCD_SPI_GPIO_PORT GPIOC |
Definition at line 81 of file stm8s_eval_lcd.h.
Referenced by STM8S_EVAL_LCD_Init().
#define LCD_SPI_MISO_PIN GPIO_PIN_7 |
Definition at line 80 of file stm8s_eval_lcd.h.
#define LCD_SPI_MOSI_PIN GPIO_PIN_6 |
Definition at line 79 of file stm8s_eval_lcd.h.
Referenced by STM8S_EVAL_LCD_Init().
#define LCD_SPI_SCK_PIN GPIO_PIN_5 |
Definition at line 78 of file stm8s_eval_lcd.h.
Referenced by STM8S_EVAL_LCD_Init().