Home
last modified time | relevance | path

Searched refs:SOC_I2C_FIFO_LEN (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-2.7.6/components/soc/esp32s3/include/soc/
Di2c_caps.h24 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
/hal_espressif-2.7.6/components/soc/esp32c3/include/soc/
Di2c_caps.h24 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
/hal_espressif-2.7.6/components/soc/esp32/include/soc/
Dsoc_caps.h129 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
/hal_espressif-2.7.6/components/soc/esp32s2/include/soc/
Dsoc_caps.h122 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
/hal_espressif-2.7.6/components/driver/
Di2c.c138 uint8_t data_buf[SOC_I2C_FIFO_LEN ]; /*!< a buffer to store i2c fifo data */
1099 … wr_filled = (cmd->hw_cmd.byte_num > SOC_I2C_FIFO_LEN) ? SOC_I2C_FIFO_LEN : cmd->hw_cmd.byte_num; in i2c_master_cmd_begin_static()
1121 … p_i2c->rx_cnt = cmd->hw_cmd.byte_num > SOC_I2C_FIFO_LEN ? SOC_I2C_FIFO_LEN : cmd->hw_cmd.byte_num; in i2c_master_cmd_begin_static()
/hal_espressif-2.7.6/components/hal/esp32/include/hal/
Di2c_ll.h457 return SOC_I2C_FIFO_LEN - hw->status_reg.tx_fifo_cnt; in i2c_ll_get_txfifo_len()
/hal_espressif-2.7.6/components/hal/esp32c3/include/hal/
Di2c_ll.h493 return SOC_I2C_FIFO_LEN - hw->sr.tx_fifo_cnt; in i2c_ll_get_txfifo_len()
/hal_espressif-2.7.6/components/hal/esp32s2/include/hal/
Di2c_ll.h466 return SOC_I2C_FIFO_LEN - hw->status_reg.tx_fifo_cnt; in i2c_ll_get_txfifo_len()
/hal_espressif-2.7.6/components/hal/esp32s3/include/hal/
Di2c_ll.h488 return SOC_I2C_FIFO_LEN - hw->status_reg.tx_fifo_cnt; in i2c_ll_get_txfifo_len()