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

I2C_SlaveReceive_RXNE() function

Handle RXNE flag for Slave

Syntax

static void I2C_SlaveReceive_RXNE(I2C_HandleTypeDef *hi2c);
Implemented in stm32f4xx_hal_i2c.c:6059

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:6059
static void I2C_SlaveReceive_RXNE(I2C_HandleTypeDef *hi2c)
stm32f4xx_hal_i2c.c:384
static void I2C_SlaveReceive_RXNE(I2C_HandleTypeDef *hi2c);
stm32f4xx_hal_i2c.c:4931HAL_I2C_EV_IRQHandler()
I2C_SlaveReceive_RXNE(hi2c);

Call Tree

Functions calling I2C_SlaveReceive_RXNE()
Functions called by I2C_SlaveReceive_RXNE()
all items filtered out
I2C_SlaveReceive_RXNE()
all items filtered out
Type of I2C_SlaveReceive_RXNE()
I2C_SlaveReceive_RXNE()
all items filtered out