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

I2C_SlaveTransmit_BTF() function

Handle BTF flag for Slave transmitter

Syntax

static void I2C_SlaveTransmit_BTF(I2C_HandleTypeDef *hi2c);
Implemented in stm32f4xx_hal_i2c.c:6038

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:6038
static void I2C_SlaveTransmit_BTF(I2C_HandleTypeDef *hi2c)
stm32f4xx_hal_i2c.c:383
static void I2C_SlaveTransmit_BTF(I2C_HandleTypeDef *hi2c);
stm32f4xx_hal_i2c.c:4918HAL_I2C_EV_IRQHandler()
I2C_SlaveTransmit_BTF(hi2c);

Call Tree

Functions calling I2C_SlaveTransmit_BTF()
all items filtered out
I2C_SlaveTransmit_BTF()
Data read by I2C_SlaveTransmit_BTF()
Data written by I2C_SlaveTransmit_BTF()
I2C_SlaveTransmit_BTF()