Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_lcd/src/
Desp_lcd_panel_io_i2c.c21 #define CMD_HANDLER_BUFFER_SIZE I2C_LINK_RECOMMENDED_SIZE(7) // only 7 operations will be queued…
/hal_espressif-3.6.0/components/driver/include/driver/
Di2c.h57 #define I2C_LINK_RECOMMENDED_SIZE(TRANSACTIONS) (2 * I2C_INTERNAL_STRUCT_SIZE + I2C_INTERNAL_ST… macro