Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_i2c.c4746 uint32_t tmpoptions = hi2c->XferOptions; in I2C_Slave_ISR_IT() local
4759 …if ((hi2c->State == HAL_I2C_STATE_LISTEN) && (tmpoptions == I2C_FIRST_AND_LAST_FRAME)) /* Same act… in I2C_Slave_ISR_IT()
4764 else if ((hi2c->State == HAL_I2C_STATE_BUSY_TX_LISTEN) && (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_Slave_ISR_IT()
4791 if ((tmpoptions == I2C_FIRST_FRAME) || (tmpoptions == I2C_NEXT_FRAME)) in I2C_Slave_ISR_IT()
4813 (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_Slave_ISR_IT()
4842 if ((tmpoptions == I2C_NEXT_FRAME) || (tmpoptions == I2C_FIRST_FRAME)) in I2C_Slave_ISR_IT()
5013 uint32_t tmpoptions = hi2c->XferOptions; in I2C_Slave_ISR_DMA() local
5048 …if ((hi2c->State == HAL_I2C_STATE_LISTEN) && (tmpoptions == I2C_FIRST_AND_LAST_FRAME)) /* Same act… in I2C_Slave_ISR_DMA()
5053 … else if ((hi2c->State == HAL_I2C_STATE_BUSY_TX_LISTEN) && (tmpoptions != I2C_NO_OPTION_FRAME)) in I2C_Slave_ISR_DMA()
5080 if ((tmpoptions == I2C_FIRST_FRAME) || (tmpoptions == I2C_NEXT_FRAME)) in I2C_Slave_ISR_DMA()
[all …]