Lines Matching refs:tmpoptions

5236   uint32_t tmpoptions = hi2c->XferOptions;  in I2C_Slave_ISR_IT()  local
5258 if ((hi2c->State == HAL_I2C_STATE_LISTEN) && (tmpoptions == I2C_FIRST_AND_LAST_FRAME)) in I2C_Slave_ISR_IT()
5265 else if ((hi2c->State == HAL_I2C_STATE_BUSY_TX_LISTEN) && (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_Slave_ISR_IT()
5292 if ((tmpoptions == I2C_FIRST_FRAME) || (tmpoptions == I2C_NEXT_FRAME)) in I2C_Slave_ISR_IT()
5315 (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_Slave_ISR_IT()
5346 if ((tmpoptions == I2C_NEXT_FRAME) || (tmpoptions == I2C_FIRST_FRAME)) in I2C_Slave_ISR_IT()
5664 uint32_t tmpoptions = hi2c->XferOptions; in I2C_Slave_ISR_DMA() local
5714 if ((hi2c->State == HAL_I2C_STATE_LISTEN) && (tmpoptions == I2C_FIRST_AND_LAST_FRAME)) in I2C_Slave_ISR_DMA()
5721 … else if ((hi2c->State == HAL_I2C_STATE_BUSY_TX_LISTEN) && (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_Slave_ISR_DMA()
5751 if ((tmpoptions == I2C_FIRST_FRAME) || (tmpoptions == I2C_NEXT_FRAME)) in I2C_Slave_ISR_DMA()
6278 uint32_t tmpoptions = hi2c->XferOptions; in I2C_ITSlaveCplt() local
6375 if ((hi2c->State == HAL_I2C_STATE_LISTEN) && (tmpoptions == I2C_FIRST_AND_LAST_FRAME)) in I2C_ITSlaveCplt()
6382 else if ((hi2c->State == HAL_I2C_STATE_BUSY_TX_LISTEN) && (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_ITSlaveCplt()
6409 if ((tmpoptions == I2C_FIRST_FRAME) || (tmpoptions == I2C_NEXT_FRAME)) in I2C_ITSlaveCplt()
6786 uint32_t tmpoptions = hi2c->XferOptions; in I2C_DMASlaveTransmitCplt() local
6788 if ((tmpoptions == I2C_NEXT_FRAME) || (tmpoptions == I2C_FIRST_FRAME)) in I2C_DMASlaveTransmitCplt()
6866 uint32_t tmpoptions = hi2c->XferOptions; in I2C_DMASlaveReceiveCplt() local
6869 (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_DMASlaveReceiveCplt()