Lines Matching refs:tmpoptions

5173   uint32_t tmpoptions = hi2c->XferOptions;  in I2C_Slave_ISR_IT()  local
5195 if ((hi2c->State == HAL_I2C_STATE_LISTEN) && (tmpoptions == I2C_FIRST_AND_LAST_FRAME)) in I2C_Slave_ISR_IT()
5202 else if ((hi2c->State == HAL_I2C_STATE_BUSY_TX_LISTEN) && (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_Slave_ISR_IT()
5229 if ((tmpoptions == I2C_FIRST_FRAME) || (tmpoptions == I2C_NEXT_FRAME)) in I2C_Slave_ISR_IT()
5252 (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_Slave_ISR_IT()
5283 if ((tmpoptions == I2C_NEXT_FRAME) || (tmpoptions == I2C_FIRST_FRAME)) in I2C_Slave_ISR_IT()
5602 uint32_t tmpoptions = hi2c->XferOptions; in I2C_Slave_ISR_DMA() local
5652 if ((hi2c->State == HAL_I2C_STATE_LISTEN) && (tmpoptions == I2C_FIRST_AND_LAST_FRAME)) in I2C_Slave_ISR_DMA()
5659 … else if ((hi2c->State == HAL_I2C_STATE_BUSY_TX_LISTEN) && (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_Slave_ISR_DMA()
5689 if ((tmpoptions == I2C_FIRST_FRAME) || (tmpoptions == I2C_NEXT_FRAME)) in I2C_Slave_ISR_DMA()
6219 uint32_t tmpoptions = hi2c->XferOptions; in I2C_ITSlaveCplt() local
6318 if ((hi2c->State == HAL_I2C_STATE_LISTEN) && (tmpoptions == I2C_FIRST_AND_LAST_FRAME)) in I2C_ITSlaveCplt()
6325 else if ((hi2c->State == HAL_I2C_STATE_BUSY_TX_LISTEN) && (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_ITSlaveCplt()
6352 if ((tmpoptions == I2C_FIRST_FRAME) || (tmpoptions == I2C_NEXT_FRAME)) in I2C_ITSlaveCplt()
6734 uint32_t tmpoptions = hi2c->XferOptions; in I2C_DMASlaveTransmitCplt() local
6736 if ((tmpoptions == I2C_NEXT_FRAME) || (tmpoptions == I2C_FIRST_FRAME)) in I2C_DMASlaveTransmitCplt()
6814 uint32_t tmpoptions = hi2c->XferOptions; in I2C_DMASlaveReceiveCplt() local
6817 (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_DMASlaveReceiveCplt()