Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_i2c.h313 #define I2C_NEXT_FRAME (0x00000002U) macro
635 … ((REQUEST) == I2C_NEXT_FRAME) || \
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_i2c.h248 #define I2C_NEXT_FRAME ((uint32_t)(I2C_RELOAD_MODE | I2C_SOFTEND_MODE)) macro
660 ((REQUEST) == I2C_NEXT_FRAME) || \
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_i2c.h300 #define I2C_NEXT_FRAME ((uint32_t)(I2C_RELOAD_MODE | I2C_SOFTEND_MODE)) macro
742 ((REQUEST) == I2C_NEXT_FRAME) || \
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_i2c.c3810 if(hi2c->XferOptions != I2C_NEXT_FRAME) in I2C_MasterReceive_RXNE()
3829 if(hi2c->XferOptions != I2C_NEXT_FRAME) in I2C_MasterReceive_RXNE()
3891 if(hi2c->XferOptions != I2C_NEXT_FRAME) in I2C_MasterReceive_BTF()
4072 if(hi2c->XferOptions != I2C_NEXT_FRAME) in I2C_Master_ADDR()
4100 if(hi2c->XferOptions != I2C_NEXT_FRAME) in I2C_Master_ADDR()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_i2c.c4791 if ((tmpoptions == I2C_FIRST_FRAME) || (tmpoptions == I2C_NEXT_FRAME)) in I2C_Slave_ISR_IT()
4842 if ((tmpoptions == I2C_NEXT_FRAME) || (tmpoptions == I2C_FIRST_FRAME)) in I2C_Slave_ISR_IT()
5080 if ((tmpoptions == I2C_FIRST_FRAME) || (tmpoptions == I2C_NEXT_FRAME)) in I2C_Slave_ISR_DMA()
5924 if ((tmpoptions == I2C_NEXT_FRAME) || (tmpoptions == I2C_FIRST_FRAME)) in I2C_DMASlaveTransmitCplt()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_i2c.c3468 if ((hi2c->XferOptions == I2C_NEXT_FRAME) || (hi2c->XferOptions == I2C_FIRST_FRAME)) in I2C_Slave_ISR_IT()