HAL
I2C_MemoryTransmit_TXE_BTF() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALI2C_MemoryTransmit_TXE_BTF()

I2C_MemoryTransmit_TXE_BTF() function

Handle TXE and BTF flag for Memory transmitter

Syntax

static void I2C_MemoryTransmit_TXE_BTF(I2C_HandleTypeDef *hi2c);
Implemented in stm32f4xx_hal_i2c.c:5433

Arguments

hi2c

Pointer to a I2C_HandleTypeDef structure that contains the configuration information for I2C module

Return value

None

References

LocationReferrerText
stm32f4xx_hal_i2c.c:5433
static void I2C_MemoryTransmit_TXE_BTF(I2C_HandleTypeDef *hi2c)
stm32f4xx_hal_i2c.c:390
static void I2C_MemoryTransmit_TXE_BTF(I2C_HandleTypeDef *hi2c);
stm32f4xx_hal_i2c.c:4844HAL_I2C_EV_IRQHandler()
I2C_MemoryTransmit_TXE_BTF(hi2c);
stm32f4xx_hal_i2c.c:5327I2C_MasterTransmit_TXE()
I2C_MemoryTransmit_TXE_BTF(hi2c);