STM8S/A Standard Peripherals Firmware Library: STM8S_EVAL_LCD_Exported_Macros

STM8S/A

STM8S/A Standard Peripherals Firmware Library
STM8S_EVAL_LCD_Exported_Macros

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().

STM8 Standard Peripherals Library: Footer

 

 

 

      For complete documentation on STM8 8-bit Microcontrollers platform visit www.st.com