HAL
FMPI2C_GET_DIR
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_GET_DIR
FMPI2C_GET_DIR macro
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_fmpi2c.h:789
#define
FMPI2C_GET_DIR
(
__HANDLE__
)
(
(
uint8_t
)
(
(
(
__HANDLE__
)
->
Instance
->
ISR
&
FMPI2C_ISR_DIR
)
\
>
>
16U
)
)
Arguments
Argument
__HANDLE__
Examples
References
from
examples
Code
Location
#define
FMPI2C_GET_DIR
(
__HANDLE__
)
(
(
uint8_t
)
(
(
(
__HANDLE__
)
->
Instance
->
ISR
&
FMPI2C_ISR_DIR
)
\
stm32f4xx_hal_fmpi2c.h:789
if
(
(
FMPI2C_GET_DIR
(
hfmpi2c
)
==
FMPI2C_DIRECTION_RECEIVE
)
&&
(
tmp
!=
RESET
)
)
stm32f4xx_hal_fmpi2c.c:4008
if
(
(
FMPI2C_GET_DIR
(
hfmpi2c
)
==
FMPI2C_DIRECTION_RECEIVE
)
&&
(
tmp
!=
RESET
)
)
stm32f4xx_hal_fmpi2c.c:4189
if
(
(
FMPI2C_GET_DIR
(
hfmpi2c
)
==
FMPI2C_DIRECTION_TRANSMIT
)
&&
(
tmp
!=
RESET
)
)
stm32f4xx_hal_fmpi2c.c:4292
if
(
(
FMPI2C_GET_DIR
(
hfmpi2c
)
==
FMPI2C_DIRECTION_TRANSMIT
)
&&
(
tmp
!=
RESET
)
)
stm32f4xx_hal_fmpi2c.c:4473
if
(
FMPI2C_GET_DIR
(
hfmpi2c
)
==
FMPI2C_DIRECTION_RECEIVE
)
stm32f4xx_hal_fmpi2c.c:4991
if
(
FMPI2C_GET_DIR
(
hfmpi2c
)
==
FMPI2C_DIRECTION_RECEIVE
)
stm32f4xx_hal_fmpi2c.c:5154
if
(
FMPI2C_GET_DIR
(
hfmpi2c
)
==
FMPI2C_DIRECTION_RECEIVE
)
stm32f4xx_hal_fmpi2c.c:5196
if
(
FMPI2C_GET_DIR
(
hfmpi2c
)
==
FMPI2C_DIRECTION_RECEIVE
)
stm32f4xx_hal_fmpi2c.c:5425
if
(
FMPI2C_GET_DIR
(
hfmpi2c
)
==
FMPI2C_DIRECTION_RECEIVE
)
stm32f4xx_hal_fmpi2c.c:5581
if
(
FMPI2C_GET_DIR
(
hfmpi2c
)
==
FMPI2C_DIRECTION_RECEIVE
)
stm32f4xx_hal_fmpi2c.c:5636
transferdirection
=
FMPI2C_GET_DIR
(
hfmpi2c
)
;
stm32f4xx_hal_fmpi2c.c:5957
if
(
FMPI2C_GET_DIR
(
hfmpi2c
)
==
FMPI2C_DIRECTION_RECEIVE
)
stm32f4xx_hal_fmpi2c.c:6870
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