HAL
I2C_MasterTransmit_TXE() is only used within HAL.
 
Symbols
loading...
Files
loading...

I2C_MasterTransmit_TXE() function

Handle TXE flag for Master

Syntax

static void I2C_MasterTransmit_TXE(I2C_HandleTypeDef *hi2c);
Implemented in stm32f4xx_hal_i2c.c:5260

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:5260
static void I2C_MasterTransmit_TXE(I2C_HandleTypeDef *hi2c)
stm32f4xx_hal_i2c.c:374
static void I2C_MasterTransmit_TXE(I2C_HandleTypeDef *hi2c);
stm32f4xx_hal_i2c.c:4831HAL_I2C_EV_IRQHandler()
I2C_MasterTransmit_TXE(hi2c);