Home
last modified time | relevance | path

Searched refs:err_status (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-2.7.6/drivers/i2c/
Di2c_cc32xx.c268 uint32_t err_status; in i2c_cc32xx_isr() local
272 err_status = MAP_I2CMasterErr(base); in i2c_cc32xx_isr()
281 data->state, err_status, int_status); in i2c_cc32xx_isr()
284 if ((err_status != I2C_MASTER_ERR_NONE) || in i2c_cc32xx_isr()
291 if (!(err_status & (I2C_MASTER_ERR_ARB_LOST | in i2c_cc32xx_isr()
Di2c_esp32.c61 uint32_t err_status; member
309 uint32_t status = data->err_status; in i2c_esp32_wait()
311 data->err_status = 0; in i2c_esp32_wait()
315 data->err_status = 0; in i2c_esp32_wait()
549 data->err_status |= I2C_ACK_ERR_INT_ST; in i2c_esp32_isr()
552 data->err_status |= I2C_ARBITRATION_LOST_INT_ST; in i2c_esp32_isr()
555 data->err_status |= I2C_TIME_OUT_INT_ST; in i2c_esp32_isr()