Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Di2c_ll.h82 #define I2C_LL_CMD_END 4 /*!<I2C end command */ macro
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Di2c_ll.h81 #define I2C_LL_CMD_END 4 /*!<I2C end command */ macro
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Di2c_ll.h83 #define I2C_LL_CMD_END 4 /*!<I2C end command */ macro
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Di2c_ll.h80 #define I2C_LL_CMD_END 4 /*!<I2C end command */ macro
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Di2c_ll.h87 #define I2C_LL_CMD_END 4 /*!<I2C end command */ macro
/hal_espressif-3.6.0/components/driver/
Di2c.c1309 .op_code = I2C_LL_CMD_END in i2c_master_cmd_begin_static()