HAL
FMPI2C_CHECK_FLAG
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
FMPI2C_CHECK_FLAG
FMPI2C_CHECK_FLAG macro
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_fmpi2c.h:810
#define
FMPI2C_CHECK_FLAG
(
__ISR__
,
__FLAG__
)
(
(
(
(
__ISR__
)
&
(
(
__FLAG__
)
&
FMPI2C_FLAG_MASK
)
)
==
\
(
(
__FLAG__
)
&
FMPI2C_FLAG_MASK
)
)
?
SET
:
RESET
)
Arguments
Argument
__ISR__
__FLAG__
Examples
References
from
examples
Code
Location
#define
FMPI2C_CHECK_FLAG
(
__ISR__
,
__FLAG__
)
(
(
(
(
__ISR__
)
&
(
(
__FLAG__
)
&
FMPI2C_FLAG_MASK
)
)
==
\
stm32f4xx_hal_fmpi2c.h:810
if
(
(
FMPI2C_CHECK_FLAG
(
itflags
,
FMPI2C_FLAG_BERR
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:4651
if
(
(
FMPI2C_CHECK_FLAG
(
itflags
,
FMPI2C_FLAG_OVR
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:4661
if
(
(
FMPI2C_CHECK_FLAG
(
itflags
,
FMPI2C_FLAG_ARLO
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:4671
if
(
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_AF
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:4935
else
if
(
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_RXNE
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:4949
else
if
(
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_TC
)
==
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:4964
(
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_TXIS
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:4965
else
if
(
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_TCR
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:4981
else
if
(
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_TC
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5032
if
(
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_STOPF
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5064
if
(
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_AF
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5094
else
if
(
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_RXNE
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5108
else
if
(
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_TXIS
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5123
else
if
(
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_TCR
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5146
else
if
(
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_TC
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5179
if
(
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_STOPF
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5223
if
(
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_STOPF
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5254
else
if
(
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_AF
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5260
else
if
(
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_RXNE
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5310
else
if
(
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_ADDR
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5332
else
if
(
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_TXIS
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5337
if
(
(
FMPI2C_CHECK_FLAG
(
ITFlags
,
FMPI2C_FLAG_AF
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5393
else
if
(
(
FMPI2C_CHECK_FLAG
(
ITFlags
,
FMPI2C_FLAG_TCR
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5410
else
if
(
(
FMPI2C_CHECK_FLAG
(
ITFlags
,
FMPI2C_FLAG_TC
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5480
else
if
(
(
FMPI2C_CHECK_FLAG
(
ITFlags
,
FMPI2C_FLAG_STOPF
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5507
if
(
(
FMPI2C_CHECK_FLAG
(
ITFlags
,
FMPI2C_FLAG_AF
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5540
else
if
(
(
FMPI2C_CHECK_FLAG
(
ITFlags
,
FMPI2C_FLAG_TXIS
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5557
else
if
(
(
FMPI2C_CHECK_FLAG
(
ITFlags
,
FMPI2C_FLAG_TCR
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5566
else
if
(
(
FMPI2C_CHECK_FLAG
(
ITFlags
,
FMPI2C_FLAG_TC
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5619
else
if
(
(
FMPI2C_CHECK_FLAG
(
ITFlags
,
FMPI2C_FLAG_STOPF
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5671
if
(
(
FMPI2C_CHECK_FLAG
(
ITFlags
,
FMPI2C_FLAG_STOPF
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5707
else
if
(
(
FMPI2C_CHECK_FLAG
(
ITFlags
,
FMPI2C_FLAG_AF
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5713
else
if
(
(
FMPI2C_CHECK_FLAG
(
ITFlags
,
FMPI2C_FLAG_ADDR
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:5812
if
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_AF
)
!=
RESET
)
stm32f4xx_hal_fmpi2c.c:6198
if
(
(
hfmpi2c
->
State
==
HAL_FMPI2C_STATE_ABORT
)
&&
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_RXNE
)
!=
RESET
)
)
stm32f4xx_hal_fmpi2c.c:6208
if
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_RXNE
)
!=
RESET
)
stm32f4xx_hal_fmpi2c.c:6376
if
(
(
FMPI2C_CHECK_FLAG
(
tmpITFlags
,
FMPI2C_FLAG_AF
)
!=
RESET
)
&&
\
stm32f4xx_hal_fmpi2c.c:6401
if
(
FMPI2C_CHECK_FLAG
(
ITFlags
,
FMPI2C_FLAG_RXNE
)
!=
RESET
)
stm32f4xx_hal_fmpi2c.c:6535
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