Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/include/soc/
Dlcd_periph.h25 } buses[SOC_LCD_I80_BUSES];
46 } buses[SOC_LCD_I80_BUSES];
/hal_espressif-3.6.0/components/esp_lcd/src/
Desp_lcd_common.c18 void *buses[SOC_LCD_I80_BUSES]; // array of i80 bus instances
33 for (int i = 0; (i < SOC_LCD_I80_BUSES) && (member_id == -1); i++) { in lcd_com_register_device()
/hal_espressif-3.6.0/components/esp_lcd/test/
Dtest_i80_lcd_panel.c137 esp_lcd_i80_bus_handle_t i80_buses[SOC_LCD_I80_BUSES] = {};
154 for (int i = 0; i < SOC_LCD_I80_BUSES; i++) {
174 for (int i = 0; i < SOC_LCD_I80_BUSES; i++) {
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc_caps.h161 #define SOC_LCD_I80_BUSES (1) /*!< Has one LCD Intel 8080 bus */ macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc_caps.h156 #define SOC_LCD_I80_BUSES (1) /*!< Only I2S0 has LCD mode */ macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc_caps.h166 #define SOC_LCD_I80_BUSES (1) /*!< Only I2S0 has LCD mode */ macro