Lines Matching refs:tmpoptions
5258 uint32_t tmpoptions = hi2c->XferOptions; in I2C_Slave_ISR_IT() local
5280 if ((hi2c->State == HAL_I2C_STATE_LISTEN) && (tmpoptions == I2C_FIRST_AND_LAST_FRAME)) in I2C_Slave_ISR_IT()
5287 else if ((hi2c->State == HAL_I2C_STATE_BUSY_TX_LISTEN) && (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_Slave_ISR_IT()
5314 if ((tmpoptions == I2C_FIRST_FRAME) || (tmpoptions == I2C_NEXT_FRAME)) in I2C_Slave_ISR_IT()
5337 (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_Slave_ISR_IT()
5368 if ((tmpoptions == I2C_NEXT_FRAME) || (tmpoptions == I2C_FIRST_FRAME)) in I2C_Slave_ISR_IT()
5687 uint32_t tmpoptions = hi2c->XferOptions; in I2C_Slave_ISR_DMA() local
5737 if ((hi2c->State == HAL_I2C_STATE_LISTEN) && (tmpoptions == I2C_FIRST_AND_LAST_FRAME)) in I2C_Slave_ISR_DMA()
5744 … else if ((hi2c->State == HAL_I2C_STATE_BUSY_TX_LISTEN) && (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_Slave_ISR_DMA()
5774 if ((tmpoptions == I2C_FIRST_FRAME) || (tmpoptions == I2C_NEXT_FRAME)) in I2C_Slave_ISR_DMA()
6304 uint32_t tmpoptions = hi2c->XferOptions; in I2C_ITSlaveCplt() local
6403 if ((hi2c->State == HAL_I2C_STATE_LISTEN) && (tmpoptions == I2C_FIRST_AND_LAST_FRAME)) in I2C_ITSlaveCplt()
6410 else if ((hi2c->State == HAL_I2C_STATE_BUSY_TX_LISTEN) && (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_ITSlaveCplt()
6437 if ((tmpoptions == I2C_FIRST_FRAME) || (tmpoptions == I2C_NEXT_FRAME)) in I2C_ITSlaveCplt()
6819 uint32_t tmpoptions = hi2c->XferOptions; in I2C_DMASlaveTransmitCplt() local
6821 if ((tmpoptions == I2C_NEXT_FRAME) || (tmpoptions == I2C_FIRST_FRAME)) in I2C_DMASlaveTransmitCplt()
6899 uint32_t tmpoptions = hi2c->XferOptions; in I2C_DMASlaveReceiveCplt() local
6902 (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_DMASlaveReceiveCplt()