Lines Matching refs:tmpoptions

5546   uint32_t tmpoptions = hi2c->XferOptions;  in I2C_Slave_ISR_IT()  local
5568 if ((hi2c->State == HAL_I2C_STATE_LISTEN) && (tmpoptions == I2C_FIRST_AND_LAST_FRAME)) in I2C_Slave_ISR_IT()
5575 else if ((hi2c->State == HAL_I2C_STATE_BUSY_TX_LISTEN) && (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_Slave_ISR_IT()
5602 if ((tmpoptions == I2C_FIRST_FRAME) || (tmpoptions == I2C_NEXT_FRAME)) in I2C_Slave_ISR_IT()
5625 (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_Slave_ISR_IT()
5656 if ((tmpoptions == I2C_NEXT_FRAME) || (tmpoptions == I2C_FIRST_FRAME)) in I2C_Slave_ISR_IT()
5975 uint32_t tmpoptions = hi2c->XferOptions; in I2C_Slave_ISR_DMA() local
6025 if ((hi2c->State == HAL_I2C_STATE_LISTEN) && (tmpoptions == I2C_FIRST_AND_LAST_FRAME)) in I2C_Slave_ISR_DMA()
6032 … else if ((hi2c->State == HAL_I2C_STATE_BUSY_TX_LISTEN) && (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_Slave_ISR_DMA()
6062 if ((tmpoptions == I2C_FIRST_FRAME) || (tmpoptions == I2C_NEXT_FRAME)) in I2C_Slave_ISR_DMA()
6592 uint32_t tmpoptions = hi2c->XferOptions; in I2C_ITSlaveCplt() local
6691 if ((hi2c->State == HAL_I2C_STATE_LISTEN) && (tmpoptions == I2C_FIRST_AND_LAST_FRAME)) in I2C_ITSlaveCplt()
6698 else if ((hi2c->State == HAL_I2C_STATE_BUSY_TX_LISTEN) && (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_ITSlaveCplt()
6725 if ((tmpoptions == I2C_FIRST_FRAME) || (tmpoptions == I2C_NEXT_FRAME)) in I2C_ITSlaveCplt()
7134 uint32_t tmpoptions = hi2c->XferOptions; in I2C_DMASlaveTransmitCplt() local
7136 if ((tmpoptions == I2C_NEXT_FRAME) || (tmpoptions == I2C_FIRST_FRAME)) in I2C_DMASlaveTransmitCplt()
7241 uint32_t tmpoptions = hi2c->XferOptions; in I2C_DMASlaveReceiveCplt() local
7244 (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_DMASlaveReceiveCplt()