Home
last modified time | relevance | path

Searched refs:GPIO_PIN_WR (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/drivers/lcd_hd44780/src/
Dmain.c140 #define GPIO_PIN_WR(dev, pin, bit) \ macro
184 GPIO_PIN_WR(gpio_dev, GPIO_PIN_PC25_E, LOW); in _pi_lcd_toggle_enable()
186 GPIO_PIN_WR(gpio_dev, GPIO_PIN_PC25_E, HIGH); in _pi_lcd_toggle_enable()
188 GPIO_PIN_WR(gpio_dev, GPIO_PIN_PC25_E, LOW); in _pi_lcd_toggle_enable()
196 GPIO_PIN_WR(gpio_dev, GPIO_PIN_PC24_D4, LOW); in _pi_lcd_4bits_wr()
197 GPIO_PIN_WR(gpio_dev, GPIO_PIN_PC23_D5, LOW); in _pi_lcd_4bits_wr()
198 GPIO_PIN_WR(gpio_dev, GPIO_PIN_PC22_D6, LOW); in _pi_lcd_4bits_wr()
199 GPIO_PIN_WR(gpio_dev, GPIO_PIN_PC21_D7, LOW); in _pi_lcd_4bits_wr()
201 GPIO_PIN_WR(gpio_dev, GPIO_PIN_PC24_D4, HIGH); in _pi_lcd_4bits_wr()
204 GPIO_PIN_WR(gpio_dev, GPIO_PIN_PC23_D5, HIGH); in _pi_lcd_4bits_wr()
[all …]