HAL
I2C_FLAG_AF
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_AF
I2C_FLAG_AF macro
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_i2c.h:386
#define
I2C_FLAG_AF
0x00010400U
Examples
References
from
examples
Code
Location
#define
I2C_FLAG_AF
0x00010400U
stm32f4xx_hal_i2c.h:386
if
(
I2C_WaitOnFlagUntilTimeout
(
hi2c
,
I2C_FLAG_AF
,
RESET
,
Timeout
,
tickstart
)
!=
HAL_OK
)
stm32f4xx_hal_i2c.c:1524
__HAL_I2C_CLEAR_FLAG
(
hi2c
,
I2C_FLAG_AF
)
;
stm32f4xx_hal_i2c.c:1530
tmp2
=
__HAL_I2C_GET_FLAG
(
hi2c
,
I2C_FLAG_AF
)
;
stm32f4xx_hal_i2c.c:3488
tmp2
=
__HAL_I2C_GET_FLAG
(
hi2c
,
I2C_FLAG_AF
)
;
stm32f4xx_hal_i2c.c:3496
__HAL_I2C_CLEAR_FLAG
(
hi2c
,
I2C_FLAG_AF
)
;
stm32f4xx_hal_i2c.c:3529
if
(
(
I2C_CHECK_FLAG
(
sr1itflags
,
I2C_FLAG_AF
)
!=
RESET
)
&&
(
I2C_CHECK_IT_SOURCE
(
itsources
,
I2C_IT_ERR
)
!=
RESET
)
)
stm32f4xx_hal_i2c.c:4982
__HAL_I2C_CLEAR_FLAG
(
hi2c
,
I2C_FLAG_AF
)
;
stm32f4xx_hal_i2c.c:4997
__HAL_I2C_CLEAR_FLAG
(
hi2c
,
I2C_FLAG_AF
)
;
stm32f4xx_hal_i2c.c:6357
__HAL_I2C_CLEAR_FLAG
(
hi2c
,
I2C_FLAG_AF
)
;
stm32f4xx_hal_i2c.c:6384
__HAL_I2C_CLEAR_FLAG
(
hi2c
,
I2C_FLAG_AF
)
;
stm32f4xx_hal_i2c.c:6402
if
(
__HAL_I2C_GET_FLAG
(
hi2c
,
I2C_FLAG_AF
)
==
SET
)
stm32f4xx_hal_i2c.c:7266
__HAL_I2C_CLEAR_FLAG
(
hi2c
,
I2C_FLAG_AF
)
;
stm32f4xx_hal_i2c.c:7272
if
(
__HAL_I2C_GET_FLAG
(
hi2c
,
I2C_FLAG_AF
)
==
SET
)
stm32f4xx_hal_i2c.c:7513
__HAL_I2C_CLEAR_FLAG
(
hi2c
,
I2C_FLAG_AF
)
;
stm32f4xx_hal_i2c.c:7516
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