Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dlcd_ll.h413 static inline void lcd_ll_set_command(lcd_cam_dev_t *dev, uint32_t data_width, uint32_t command) in lcd_ll_set_command() argument
415 HAL_ASSERT(data_width == 8 || data_width == 16); in lcd_ll_set_command()
418 if (data_width == 8) { in lcd_ll_set_command()