/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_i2c.c | 6338 uint32_t tmppreviousstate; in I2C_ITError() local 6376 tmppreviousstate = hi2c->PreviousState; in I2C_ITError() 6379 … ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError() 6381 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError() 6382 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError() 6432 … ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError() 6434 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError() 6435 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
|
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_i2c.c | 5997 uint32_t tmppreviousstate; in I2C_ITError() local 6035 tmppreviousstate = hi2c->PreviousState; in I2C_ITError() 6036 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError() 6037 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError() 6066 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError() 6067 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
|
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_i2c.c | 5997 uint32_t tmppreviousstate; in I2C_ITError() local 6035 tmppreviousstate = hi2c->PreviousState; in I2C_ITError() 6036 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError() 6037 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError() 6066 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError() 6067 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
|
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_fmpi2c.c | 5987 uint32_t tmppreviousstate; in FMPI2C_ITError() local 6025 tmppreviousstate = hfmpi2c->PreviousState; in FMPI2C_ITError() 6026 if ((hfmpi2c->hdmatx != NULL) && ((tmppreviousstate == FMPI2C_STATE_MASTER_BUSY_TX) || \ in FMPI2C_ITError() 6027 (tmppreviousstate == FMPI2C_STATE_SLAVE_BUSY_TX))) in FMPI2C_ITError() 6056 else if ((hfmpi2c->hdmarx != NULL) && ((tmppreviousstate == FMPI2C_STATE_MASTER_BUSY_RX) || \ in FMPI2C_ITError() 6057 (tmppreviousstate == FMPI2C_STATE_SLAVE_BUSY_RX))) in FMPI2C_ITError()
|
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_i2c.c | 6269 uint32_t tmppreviousstate; in I2C_ITError() local 6307 tmppreviousstate = hi2c->PreviousState; in I2C_ITError() 6308 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError() 6309 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError() 6338 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError() 6339 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
|
/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_i2c.c | 6338 uint32_t tmppreviousstate; in I2C_ITError() local 6393 tmppreviousstate = hi2c->PreviousState; in I2C_ITError() 6395 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError() 6396 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError() 6425 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError() 6426 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
|
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_i2c.c | 6328 uint32_t tmppreviousstate; in I2C_ITError() local 6383 tmppreviousstate = hi2c->PreviousState; in I2C_ITError() 6384 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError() 6385 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError() 6414 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError() 6415 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
|
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_i2c.c | 6328 uint32_t tmppreviousstate; in I2C_ITError() local 6383 tmppreviousstate = hi2c->PreviousState; in I2C_ITError() 6384 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError() 6385 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError() 6414 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError() 6415 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
|
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_i2c.c | 6367 uint32_t tmppreviousstate; in I2C_ITError() local 6424 tmppreviousstate = hi2c->PreviousState; in I2C_ITError() 6426 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError() 6427 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError() 6456 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError() 6457 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
|
/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_i2c.c | 6338 uint32_t tmppreviousstate; in I2C_ITError() local 6393 tmppreviousstate = hi2c->PreviousState; in I2C_ITError() 6395 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError() 6396 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError() 6425 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError() 6426 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
|
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_i2c.c | 6269 uint32_t tmppreviousstate; in I2C_ITError() local 6307 tmppreviousstate = hi2c->PreviousState; in I2C_ITError() 6308 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError() 6309 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError() 6338 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError() 6339 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
|
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_i2c.c | 6269 uint32_t tmppreviousstate; in I2C_ITError() local 6307 tmppreviousstate = hi2c->PreviousState; in I2C_ITError() 6308 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError() 6309 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError() 6338 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError() 6339 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
|
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_i2c.c | 6338 uint32_t tmppreviousstate; in I2C_ITError() local 6393 tmppreviousstate = hi2c->PreviousState; in I2C_ITError() 6395 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError() 6396 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError() 6425 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError() 6426 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
|
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_i2c.c | 6269 uint32_t tmppreviousstate; in I2C_ITError() local 6307 tmppreviousstate = hi2c->PreviousState; in I2C_ITError() 6308 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError() 6309 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError() 6338 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError() 6339 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_i2c.c | 6740 uint32_t tmppreviousstate; in I2C_ITError() local 6797 tmppreviousstate = hi2c->PreviousState; in I2C_ITError() 6799 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError() 6800 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError() 6829 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError() 6830 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_i2c.c | 6700 uint32_t tmppreviousstate; in I2C_ITError() local 6757 tmppreviousstate = hi2c->PreviousState; in I2C_ITError() 6759 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError() 6760 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError() 6789 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError() 6790 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
|