|
STM8S/A Standard Peripherals Firmware Library
|
Defines | |
| #define | LCD_NCS_HIGH() GPIO_WriteHigh(LCD_NCS_GPIO_PORT, LCD_NCS_PIN) |
| Select LCD : ChipSelect pin high : LCD enabled. | |
| #define | LCD_NCS_LOW() GPIO_WriteLow(LCD_NCS_GPIO_PORT, LCD_NCS_PIN) |
| Deselect LCD: ChipSelect pin low : LCD disabled. | |
Define Documentation
| #define LCD_NCS_HIGH | ( | ) | GPIO_WriteHigh(LCD_NCS_GPIO_PORT, LCD_NCS_PIN) |
Select LCD : ChipSelect pin high : LCD enabled.
Definition at line 116 of file stm8s_eval_lcd.h.
Referenced by LCD_SendByte().
| #define LCD_NCS_LOW | ( | ) | GPIO_WriteLow(LCD_NCS_GPIO_PORT, LCD_NCS_PIN) |
Deselect LCD: ChipSelect pin low : LCD disabled.
Definition at line 112 of file stm8s_eval_lcd.h.
Referenced by LCD_SendByte().