Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsoc_caps.h140 #define SOC_I2C_FIFO_LEN (16) /*!< I2C hardware FIFO depth */ macro
DKconfig.soc_caps.in274 config SOC_I2C_FIFO_LEN config
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc_caps.h182 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
DKconfig.soc_caps.in302 config SOC_I2C_FIFO_LEN config
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc_caps.h179 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
DKconfig.soc_caps.in374 config SOC_I2C_FIFO_LEN config
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc_caps.h181 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
DKconfig.soc_caps.in370 config SOC_I2C_FIFO_LEN config
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc_caps.h219 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
DKconfig.soc_caps.in470 config SOC_I2C_FIFO_LEN config
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h183 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
DKconfig.soc_caps.in426 config SOC_I2C_FIFO_LEN config
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc_caps.h241 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
DKconfig.soc_caps.in482 config SOC_I2C_FIFO_LEN config
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Di2c_ll.h465 *length = SOC_I2C_FIFO_LEN - hw->sr.txfifo_cnt; in i2c_ll_get_txfifo_len()
/hal_espressif-latest/components/hal/esp32/include/hal/
Di2c_ll.h436 *length = SOC_I2C_FIFO_LEN - hw->status_reg.tx_fifo_cnt; in i2c_ll_get_txfifo_len()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Di2c_ll.h449 *length = SOC_I2C_FIFO_LEN - hw->status_reg.tx_fifo_cnt; in i2c_ll_get_txfifo_len()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Di2c_ll.h481 *length = SOC_I2C_FIFO_LEN - hw->sr.txfifo_cnt; in i2c_ll_get_txfifo_len()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Di2c_ll.h484 *length = SOC_I2C_FIFO_LEN - hw->sr.txfifo_cnt; in i2c_ll_get_txfifo_len()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Di2c_ll.h481 *length = SOC_I2C_FIFO_LEN - hw->sr.tx_fifo_cnt; in i2c_ll_get_txfifo_len()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Di2c_ll.h484 *length = SOC_I2C_FIFO_LEN - hw->sr.txfifo_cnt; in i2c_ll_get_txfifo_len()