Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/
A Dstm32_i2c.c141 #define I2C_ISR_BUSY BIT(15) macro
1099 if (wait_isr_event(hi2c, I2C_ISR_BUSY, 0, timeout_ref)) in i2c_write()
1232 if (wait_isr_event(hi2c, I2C_ISR_BUSY, 0, timeout_ref)) in stm32_i2c_read_write_membyte()
1322 if (wait_isr_event(hi2c, I2C_ISR_BUSY, 0, timeout_ref)) in i2c_read()
1446 if (io_read32(base + I2C_ISR) & I2C_ISR_BUSY) in stm32_i2c_is_device_ready()

Completed in 5 milliseconds