Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/
Di2c.c1210 .op_code = I2C_LL_CMD_READ, in i2c_master_read_static()
1228 .op_code = I2C_LL_CMD_READ, in i2c_master_read_byte()
1351 } else if (cmd->hw_cmd.op_code == I2C_LL_CMD_READ) { in i2c_master_cmd_begin_static()
1387 || cmd_link->cmd.hw_cmd.op_code == I2C_LL_CMD_READ; in is_cmd_link_buffer_internal()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Di2c_ll.h80 #define I2C_LL_CMD_READ 2 /*!<I2C read command */ macro
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Di2c_ll.h79 #define I2C_LL_CMD_READ 2 /*!<I2C read command */ macro
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Di2c_ll.h81 #define I2C_LL_CMD_READ 3 /*!<I2C read command */ macro
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Di2c_ll.h78 #define I2C_LL_CMD_READ 3 /*!<I2C read command */ macro
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Di2c_ll.h85 #define I2C_LL_CMD_READ 3 /*!<I2C read command */ macro