Home
last modified time | relevance | path

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

/Zephyr-latest/samples/drivers/lcd_hd44780/src/
Dmain.c158 uint8_t disp_cntl; /* Display Control */ member
167 .disp_cntl = 0,
342 lcd_data.disp_cntl |= LCD_DISPLAY_ON; in pi_lcd_display_on()
344 LCD_DISPLAY_CONTROL | lcd_data.disp_cntl); in pi_lcd_display_on()
350 lcd_data.disp_cntl &= ~LCD_DISPLAY_ON; in pi_lcd_display_off()
352 LCD_DISPLAY_CONTROL | lcd_data.disp_cntl); in pi_lcd_display_off()
359 lcd_data.disp_cntl &= ~LCD_CURSOR_ON; in pi_lcd_cursor_off()
361 LCD_DISPLAY_CONTROL | lcd_data.disp_cntl); in pi_lcd_cursor_off()
367 lcd_data.disp_cntl |= LCD_CURSOR_ON; in pi_lcd_cursor_on()
369 LCD_DISPLAY_CONTROL | lcd_data.disp_cntl); in pi_lcd_cursor_on()
[all …]