Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/include/driver/
Di2c.h43 #define I2C_INTERNAL_STRUCT_SIZE (24) macro
57 …e I2C_LINK_RECOMMENDED_SIZE(TRANSACTIONS) (2 * I2C_INTERNAL_STRUCT_SIZE + I2C_INTERNAL_STRUCT_…
/hal_espressif-3.6.0/components/driver/
Di2c.c123 _Static_assert(I2C_INTERNAL_STRUCT_SIZE >= sizeof(i2c_cmd_link_t),