Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_i2c.c6338 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-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_i2c.c6269 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-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_i2c.c6338 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-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c6580 uint32_t tmppreviousstate; in FMPI2C_ITError() local
6635 tmppreviousstate = hfmpi2c->PreviousState; in FMPI2C_ITError()
6637 if ((hfmpi2c->hdmatx != NULL) && ((tmppreviousstate == FMPI2C_STATE_MASTER_BUSY_TX) || \ in FMPI2C_ITError()
6638 (tmppreviousstate == FMPI2C_STATE_SLAVE_BUSY_TX))) in FMPI2C_ITError()
6667 else if ((hfmpi2c->hdmarx != NULL) && ((tmppreviousstate == FMPI2C_STATE_MASTER_BUSY_RX) || \ in FMPI2C_ITError()
6668 (tmppreviousstate == FMPI2C_STATE_SLAVE_BUSY_RX))) in FMPI2C_ITError()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_i2c.c6489 uint32_t tmppreviousstate; in I2C_ITError() local
6546 tmppreviousstate = hi2c->PreviousState; in I2C_ITError()
6548 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError()
6549 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError()
6578 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError()
6579 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_i2c.c6574 uint32_t tmppreviousstate; in I2C_ITError() local
6631 tmppreviousstate = hi2c->PreviousState; in I2C_ITError()
6633 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError()
6634 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError()
6663 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError()
6664 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_i2c.c6593 uint32_t tmppreviousstate; in I2C_ITError() local
6648 tmppreviousstate = hi2c->PreviousState; in I2C_ITError()
6650 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError()
6651 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError()
6680 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError()
6681 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_i2c.c6593 uint32_t tmppreviousstate; in I2C_ITError() local
6648 tmppreviousstate = hi2c->PreviousState; in I2C_ITError()
6650 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError()
6651 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError()
6680 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError()
6681 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_i2c.c6574 uint32_t tmppreviousstate; in I2C_ITError() local
6631 tmppreviousstate = hi2c->PreviousState; in I2C_ITError()
6633 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError()
6634 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError()
6663 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError()
6664 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_i2c.c6531 uint32_t tmppreviousstate; in I2C_ITError() local
6586 tmppreviousstate = hi2c->PreviousState; in I2C_ITError()
6588 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError()
6589 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError()
6618 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError()
6619 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_i2c.c6574 uint32_t tmppreviousstate; in I2C_ITError() local
6631 tmppreviousstate = hi2c->PreviousState; in I2C_ITError()
6633 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError()
6634 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError()
6663 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError()
6664 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_i2c.c6574 uint32_t tmppreviousstate; in I2C_ITError() local
6629 tmppreviousstate = hi2c->PreviousState; in I2C_ITError()
6631 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError()
6632 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError()
6661 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError()
6662 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_i2c.c6593 uint32_t tmppreviousstate; in I2C_ITError() local
6648 tmppreviousstate = hi2c->PreviousState; in I2C_ITError()
6650 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError()
6651 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError()
6680 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError()
6681 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_i2c.c6545 uint32_t tmppreviousstate; in I2C_ITError() local
6600 tmppreviousstate = hi2c->PreviousState; in I2C_ITError()
6602 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError()
6603 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError()
6632 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError()
6633 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_i2c.c6545 uint32_t tmppreviousstate; in I2C_ITError() local
6600 tmppreviousstate = hi2c->PreviousState; in I2C_ITError()
6602 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError()
6603 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError()
6632 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError()
6633 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_i2c.c6862 uint32_t tmppreviousstate; in I2C_ITError() local
6919 tmppreviousstate = hi2c->PreviousState; in I2C_ITError()
6921 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError()
6922 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError()
6951 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError()
6952 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_i2c.c6862 uint32_t tmppreviousstate; in I2C_ITError() local
6919 tmppreviousstate = hi2c->PreviousState; in I2C_ITError()
6921 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError()
6922 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError()
6951 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError()
6952 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_i2c.c6593 uint32_t tmppreviousstate; in I2C_ITError() local
6648 tmppreviousstate = hi2c->PreviousState; in I2C_ITError()
6650 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError()
6651 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError()
6680 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError()
6681 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_i2c.c6828 uint32_t tmppreviousstate; in I2C_ITError() local
6885 tmppreviousstate = hi2c->PreviousState; in I2C_ITError()
6887 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError()
6888 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError()
6917 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError()
6918 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_i2c.c6799 uint32_t tmppreviousstate; in I2C_ITError() local
6856 tmppreviousstate = hi2c->PreviousState; in I2C_ITError()
6858 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError()
6859 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError()
6888 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError()
6889 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i2c.c6828 uint32_t tmppreviousstate; in I2C_ITError() local
6885 tmppreviousstate = hi2c->PreviousState; in I2C_ITError()
6887 if ((hi2c->hdmatx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_TX) || \ in I2C_ITError()
6888 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_TX))) in I2C_ITError()
6917 else if ((hi2c->hdmarx != NULL) && ((tmppreviousstate == I2C_STATE_MASTER_BUSY_RX) || \ in I2C_ITError()
6918 (tmppreviousstate == I2C_STATE_SLAVE_BUSY_RX))) in I2C_ITError()