Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_i2c.c141 #define I2C_ISR_TC BIT(6) macro
1144 if (wait_isr_event(hi2c, I2C_ISR_TC, 1, timeout_ref)) in i2c_request_mem_read()
1342 event_mask = I2C_ISR_TC; in stm32_i2c_read_write_membyte()