Searched refs:SOC_I2C_FIFO_LEN (Results 1 – 11 of 11) sorted by relevance
24 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
128 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
116 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
139 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
480 return SOC_I2C_FIFO_LEN - hw->status_reg.tx_fifo_cnt; in i2c_ll_get_txfifo_len()
487 return SOC_I2C_FIFO_LEN - hw->status_reg.tx_fifo_cnt; in i2c_ll_get_txfifo_len()
498 return SOC_I2C_FIFO_LEN - hw->sr.tx_fifo_cnt; in i2c_ll_get_txfifo_len()
509 return SOC_I2C_FIFO_LEN - hw->sr.txfifo_cnt; in i2c_ll_get_txfifo_len()
515 return SOC_I2C_FIFO_LEN - hw->sr.tx_fifo_cnt; in i2c_ll_get_txfifo_len()
146 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()