21 #ifndef LCD_LL_PAR_GPIO_H
22 #define LCD_LL_PAR_GPIO_H
38 void lcd_ll_par_gpio_init(
lcd_t *dev);
46 void lcd_ll_par_gpio_set_data_dir(
lcd_t *dev,
bool output);
55 void lcd_ll_par_gpio_cmd_start(
lcd_t *dev, uint8_t cmd,
bool cont);
64 void lcd_ll_par_gpio_write_byte(
lcd_t *dev,
bool cont, uint8_t out);
73 void lcd_ll_par_gpio_write_word(
lcd_t *dev,
bool cont, uint16_t out);
83 uint8_t lcd_ll_par_gpio_read_byte(
lcd_t *dev,
bool cont);
93 uint16_t lcd_ll_par_gpio_read_word(
lcd_t *dev,
bool cont);
POSIX.1-2008 compliant version of the assert macro.
Device descriptor for a lcd.