Searched refs:SOC_I2C_FIFO_LEN (Results 1 – 9 of 9) sorted by relevance
24 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
129 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
122 #define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */ macro
138 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()
457 return SOC_I2C_FIFO_LEN - hw->status_reg.tx_fifo_cnt; in i2c_ll_get_txfifo_len()
493 return SOC_I2C_FIFO_LEN - hw->sr.tx_fifo_cnt; in i2c_ll_get_txfifo_len()
466 return SOC_I2C_FIFO_LEN - hw->status_reg.tx_fifo_cnt; in i2c_ll_get_txfifo_len()
488 return SOC_I2C_FIFO_LEN - hw->status_reg.tx_fifo_cnt; in i2c_ll_get_txfifo_len()