HAL
I2C_FLAG_ADDR
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
I2C_FLAG_ADDR
I2C_FLAG_ADDR macro
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_i2c.h:394
#define
I2C_FLAG_ADDR
0x00010002U
Examples
References
from
examples
Code
Location
#define
I2C_FLAG_ADDR
0x00010002U
stm32f4xx_hal_i2c.h:394
if
(
I2C_WaitOnFlagUntilTimeout
(
hi2c
,
I2C_FLAG_ADDR
,
RESET
,
Timeout
,
tickstart
)
!=
HAL_OK
)
stm32f4xx_hal_i2c.c:1467
if
(
I2C_WaitOnFlagUntilTimeout
(
hi2c
,
I2C_FLAG_ADDR
,
RESET
,
Timeout
,
tickstart
)
!=
HAL_OK
)
stm32f4xx_hal_i2c.c:1479
if
(
I2C_WaitOnFlagUntilTimeout
(
hi2c
,
I2C_FLAG_ADDR
,
RESET
,
Timeout
,
tickstart
)
!=
HAL_OK
)
stm32f4xx_hal_i2c.c:1597
tmp1
=
__HAL_I2C_GET_FLAG
(
hi2c
,
I2C_FLAG_ADDR
)
;
stm32f4xx_hal_i2c.c:3487
tmp1
=
__HAL_I2C_GET_FLAG
(
hi2c
,
I2C_FLAG_ADDR
)
;
stm32f4xx_hal_i2c.c:3495
if
(
__HAL_I2C_GET_FLAG
(
hi2c
,
I2C_FLAG_ADDR
)
==
SET
)
stm32f4xx_hal_i2c.c:3502
else
if
(
(
I2C_CHECK_FLAG
(
sr1itflags
,
I2C_FLAG_ADDR
)
!=
RESET
)
&&
(
I2C_CHECK_IT_SOURCE
(
itsources
,
I2C_IT_EVT
)
!=
RESET
)
)
stm32f4xx_hal_i2c.c:4818
if
(
(
I2C_CHECK_FLAG
(
sr1itflags
,
I2C_FLAG_ADDR
)
!=
RESET
)
&&
(
I2C_CHECK_IT_SOURCE
(
itsources
,
I2C_IT_EVT
)
!=
RESET
)
)
stm32f4xx_hal_i2c.c:4893
if
(
I2C_WaitOnMasterAddressFlagUntilTimeout
(
hi2c
,
I2C_FLAG_ADDR
,
Timeout
,
Tickstart
)
!=
HAL_OK
)
stm32f4xx_hal_i2c.c:6629
if
(
I2C_WaitOnMasterAddressFlagUntilTimeout
(
hi2c
,
I2C_FLAG_ADDR
,
Timeout
,
Tickstart
)
!=
HAL_OK
)
stm32f4xx_hal_i2c.c:6701
if
(
I2C_WaitOnMasterAddressFlagUntilTimeout
(
hi2c
,
I2C_FLAG_ADDR
,
Timeout
,
Tickstart
)
!=
HAL_OK
)
stm32f4xx_hal_i2c.c:6727
if
(
I2C_WaitOnMasterAddressFlagUntilTimeout
(
hi2c
,
I2C_FLAG_ADDR
,
Timeout
,
Tickstart
)
!=
HAL_OK
)
stm32f4xx_hal_i2c.c:6766
if
(
I2C_WaitOnMasterAddressFlagUntilTimeout
(
hi2c
,
I2C_FLAG_ADDR
,
Timeout
,
Tickstart
)
!=
HAL_OK
)
stm32f4xx_hal_i2c.c:6849
if
(
I2C_WaitOnMasterAddressFlagUntilTimeout
(
hi2c
,
I2C_FLAG_ADDR
,
Timeout
,
Tickstart
)
!=
HAL_OK
)
stm32f4xx_hal_i2c.c:6923
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out