HAL
FMPI2C_STATE_MSK
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
FMPI2C_STATE_MSK
FMPI2C_STATE_MSK macro
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_fmpi2c.c:359
#define
FMPI2C_STATE_MSK
(
(
uint32_t
)
(
(
uint32_t
)
(
(
uint32_t
)
HAL_FMPI2C_STATE_BUSY_TX
|
\
(
uint32_t
)
HAL_FMPI2C_STATE_BUSY_RX
)
&
\
(
uint32_t
)
(
~
(
(
uint32_t
)
HAL_FMPI2C_STATE_READY
)
)
)
)
Examples
References
from
examples
Code
Location
#define
FMPI2C_STATE_MSK
(
(
uint32_t
)
(
(
uint32_t
)
(
(
uint32_t
)
HAL_FMPI2C_STATE_BUSY_TX
|
\
stm32f4xx_hal_fmpi2c.c:359
#define
FMPI2C_STATE_MASTER_BUSY_TX
(
(
uint32_t
)
(
(
(
uint32_t
)
HAL_FMPI2C_STATE_BUSY_TX
&
FMPI2C_STATE_MSK
)
|
\
stm32f4xx_hal_fmpi2c.c:365
#define
FMPI2C_STATE_MASTER_BUSY_RX
(
(
uint32_t
)
(
(
(
uint32_t
)
HAL_FMPI2C_STATE_BUSY_RX
&
FMPI2C_STATE_MSK
)
|
\
stm32f4xx_hal_fmpi2c.c:368
#define
FMPI2C_STATE_SLAVE_BUSY_TX
(
(
uint32_t
)
(
(
(
uint32_t
)
HAL_FMPI2C_STATE_BUSY_TX
&
FMPI2C_STATE_MSK
)
|
\
stm32f4xx_hal_fmpi2c.c:371
#define
FMPI2C_STATE_SLAVE_BUSY_RX
(
(
uint32_t
)
(
(
(
uint32_t
)
HAL_FMPI2C_STATE_BUSY_RX
&
FMPI2C_STATE_MSK
)
|
\
stm32f4xx_hal_fmpi2c.c:374
tmp
=
(
uint32_t
)
(
hfmpi2c
->
State
)
&
FMPI2C_STATE_MSK
;
stm32f4xx_hal_fmpi2c.c:4538
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