Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Di2c_ll.h81 #define I2C_LL_CMD_STOP 3 /*!<I2C stop command */ macro
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Di2c_ll.h80 #define I2C_LL_CMD_STOP 3 /*!<I2C stop command */ macro
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Di2c_ll.h82 #define I2C_LL_CMD_STOP 2 /*!<I2C stop command */ macro
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Di2c_ll.h79 #define I2C_LL_CMD_STOP 2 /*!<I2C stop command */ macro
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Di2c_ll.h86 #define I2C_LL_CMD_STOP 2 /*!<I2C stop command */ macro
/hal_espressif-3.6.0/components/driver/
Di2c.c1162 cmd.hw_cmd.op_code = I2C_LL_CMD_STOP; in i2c_master_stop()