Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_i2c.h349 #define I2C_FLAG_TRA ((uint32_t)(2U << 16U | I2C_SR2_TRA)) macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_i2c.c3300 if((hi2c->EventCount == 0U) && ((sr2itflags & I2C_FLAG_TRA) != RESET)) in HAL_I2C_EV_IRQHandler()
3342 else if((sr2itflags & I2C_FLAG_TRA) != RESET) in HAL_I2C_EV_IRQHandler()
4257 if(__HAL_I2C_GET_FLAG(hi2c, I2C_FLAG_TRA) == RESET) in I2C_Slave_ADDR()