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

I2C_MasterTransmit_BTF() function

Handle BTF flag for Master transmitter

Syntax

static void I2C_MasterTransmit_BTF(I2C_HandleTypeDef *hi2c);
Implemented in stm32f4xx_hal_i2c.c:5354

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:5354
static void I2C_MasterTransmit_BTF(I2C_HandleTypeDef *hi2c)
stm32f4xx_hal_i2c.c:375
static void I2C_MasterTransmit_BTF(I2C_HandleTypeDef *hi2c);
stm32f4xx_hal_i2c.c:4838HAL_I2C_EV_IRQHandler()
I2C_MasterTransmit_BTF(hi2c);