HAL
I2C_WaitOnSTOPFlagUntilTimeout() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALI2C_WaitOnSTOPFlagUntilTimeout()

I2C_WaitOnSTOPFlagUntilTimeout() function

This function handles I2C Communication Timeout for specific usage of STOP flag.

Syntax

static HAL_StatusTypeDef I2C_WaitOnSTOPFlagUntilTimeout(I2C_HandleTypeDef *hi2c,     uint32_t Timeout,     uint32_t Tickstart);
Implemented in stm32f4xx_hal_i2c.c:7398

Arguments

hi2c

Pointer to a I2C_HandleTypeDef structure that contains the configuration information for the specified I2C.

Timeout

Timeout duration

Tickstart

Tick start value

Return value

HAL status

References

LocationReferrerText
stm32f4xx_hal_i2c.c:7398
static HAL_StatusTypeDef I2C_WaitOnSTOPFlagUntilTimeout(I2C_HandleTypeDef *hi2c, uint32_t Timeout, uint32_t Tickstart)
stm32f4xx_hal_i2c.c:369
static HAL_StatusTypeDef I2C_WaitOnSTOPFlagUntilTimeout(I2C_HandleTypeDef *hi2c, uint32_t Timeout, uint32_t Tickstart);
stm32f4xx_hal_i2c.c:1641HAL_I2C_Slave_Receive()
if (I2C_WaitOnSTOPFlagUntilTimeout(hi2c, Timeout, tickstart) != HAL_OK)

Call Tree

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