Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-stm32f4.c68 #define STM32F4_I2C_SR1_SB BIT(0) macro
71 STM32F4_I2C_SR1_SB)
580 if (event & STM32F4_I2C_SR1_SB) in stm32f4_i2c_isr_event()