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

I2C_MasterReceive_BTF() function

Handle BTF flag for Master receiver

Syntax

static void I2C_MasterReceive_BTF(I2C_HandleTypeDef *hi2c);
Implemented in stm32f4xx_hal_i2c.c:5639

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:5639
static void I2C_MasterReceive_BTF(I2C_HandleTypeDef *hi2c)
stm32f4xx_hal_i2c.c:377
static void I2C_MasterReceive_BTF(I2C_HandleTypeDef *hi2c);
stm32f4xx_hal_i2c.c:4868HAL_I2C_EV_IRQHandler()
I2C_MasterReceive_BTF(hi2c);