Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/i2c/
Di2c_mchp_mss.c89 #define MSS_I2C_IN_PROGRESS (0x01) macro
157 } while (i2c_status == MSS_I2C_IN_PROGRESS); in mss_wait_complete()
201 atomic_set(&data->controller_status, MSS_I2C_IN_PROGRESS); in mss_i2c_write()
203 if (target_status == MSS_I2C_IN_PROGRESS) { in mss_i2c_write()
334 atomic_set(&data->controller_status, MSS_I2C_IN_PROGRESS); in mss_i2c_irq_handler()