Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Di2c_caps.h24 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsoc_caps.h128 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dsoc_caps.h116 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc_caps.h128 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc_caps.h139 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Di2c_ll.h480 return SOC_I2C_FIFO_LEN - hw->status_reg.tx_fifo_cnt; in i2c_ll_get_txfifo_len()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Di2c_ll.h487 return SOC_I2C_FIFO_LEN - hw->status_reg.tx_fifo_cnt; in i2c_ll_get_txfifo_len()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Di2c_ll.h498 return SOC_I2C_FIFO_LEN - hw->sr.tx_fifo_cnt; in i2c_ll_get_txfifo_len()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Di2c_ll.h509 return SOC_I2C_FIFO_LEN - hw->sr.txfifo_cnt; in i2c_ll_get_txfifo_len()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Di2c_ll.h515 return SOC_I2C_FIFO_LEN - hw->sr.tx_fifo_cnt; in i2c_ll_get_txfifo_len()
/hal_espressif-3.6.0/components/driver/
Di2c.c146 uint8_t data_buf[SOC_I2C_FIFO_LEN ]; /*!< a buffer to store i2c fifo data */
1323 fifo_fill = MIN(remaining_bytes, SOC_I2C_FIFO_LEN); in i2c_master_cmd_begin_static()
1353 fifo_fill = MIN(remaining_bytes, SOC_I2C_FIFO_LEN); in i2c_master_cmd_begin_static()