HAL
__FMPI2C_HandleTypeDef::PreviousState
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_HandleTypeDef::PreviousState
__FMPI2C_HandleTypeDef::PreviousState field
FMPI2C communication Previous state
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_fmpi2c.h:200
__IO
uint32_t
PreviousState
;
Examples
References
from
examples
Code
Location
Referrer
__IO
uint32_t
PreviousState
;
/*!< FMPI2C communication Previous state */
stm32f4xx_hal_fmpi2c.h:200
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_NONE
;
stm32f4xx_hal_fmpi2c.c:639
HAL_FMPI2C_Init()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_NONE
;
stm32f4xx_hal_fmpi2c.c:682
HAL_FMPI2C_DeInit()
if
(
(
hfmpi2c
->
PreviousState
==
FMPI2C_STATE_MASTER_BUSY_TX
)
&&
\
stm32f4xx_hal_fmpi2c.c:3433
HAL_FMPI2C_Master_Seq_Transmit_IT()
if
(
(
hfmpi2c
->
PreviousState
==
FMPI2C_STATE_MASTER_BUSY_TX
)
&&
\
stm32f4xx_hal_fmpi2c.c:3548
HAL_FMPI2C_Master_Seq_Transmit_DMA()
if
(
(
hfmpi2c
->
PreviousState
==
FMPI2C_STATE_MASTER_BUSY_RX
)
&&
\
stm32f4xx_hal_fmpi2c.c:3728
HAL_FMPI2C_Master_Seq_Receive_IT()
if
(
(
hfmpi2c
->
PreviousState
==
FMPI2C_STATE_MASTER_BUSY_RX
)
&&
\
stm32f4xx_hal_fmpi2c.c:3816
HAL_FMPI2C_Master_Seq_Receive_DMA()
hfmpi2c
->
PreviousState
=
tmp
|
(
uint32_t
)
(
hfmpi2c
->
Mode
)
;
stm32f4xx_hal_fmpi2c.c:4539
HAL_FMPI2C_DisableListen_IT()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_MASTER_BUSY_TX
;
stm32f4xx_hal_fmpi2c.c:4574
HAL_FMPI2C_Master_Abort_IT()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_MASTER_BUSY_RX
;
stm32f4xx_hal_fmpi2c.c:4579
HAL_FMPI2C_Master_Abort_IT()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_SLAVE_BUSY_TX
;
stm32f4xx_hal_fmpi2c.c:5790
FMPI2C_Slave_ISR_DMA()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_SLAVE_BUSY_RX
;
stm32f4xx_hal_fmpi2c.c:5794
FMPI2C_Slave_ISR_DMA()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_MASTER_BUSY_TX
;
stm32f4xx_hal_fmpi2c.c:6049
FMPI2C_ITMasterSeqCplt()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_MASTER_BUSY_RX
;
stm32f4xx_hal_fmpi2c.c:6069
FMPI2C_ITMasterSeqCplt()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_SLAVE_BUSY_TX
;
stm32f4xx_hal_fmpi2c.c:6119
FMPI2C_ITSlaveSeqCplt()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_SLAVE_BUSY_RX
;
stm32f4xx_hal_fmpi2c.c:6139
FMPI2C_ITSlaveSeqCplt()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_MASTER_BUSY_TX
;
stm32f4xx_hal_fmpi2c.c:6179
FMPI2C_ITMasterCplt()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_MASTER_BUSY_RX
;
stm32f4xx_hal_fmpi2c.c:6184
FMPI2C_ITMasterCplt()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_NONE
;
stm32f4xx_hal_fmpi2c.c:6231
FMPI2C_ITMasterCplt()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_NONE
;
stm32f4xx_hal_fmpi2c.c:6266
FMPI2C_ITMasterCplt()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_SLAVE_BUSY_TX
;
stm32f4xx_hal_fmpi2c.c:6323
FMPI2C_ITSlaveCplt()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_SLAVE_BUSY_RX
;
stm32f4xx_hal_fmpi2c.c:6328
FMPI2C_ITSlaveCplt()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_NONE
;
stm32f4xx_hal_fmpi2c.c:6333
FMPI2C_ITSlaveCplt()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_NONE
;
stm32f4xx_hal_fmpi2c.c:6474
FMPI2C_ITSlaveCplt()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_NONE
;
stm32f4xx_hal_fmpi2c.c:6490
FMPI2C_ITSlaveCplt()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_NONE
;
stm32f4xx_hal_fmpi2c.c:6505
FMPI2C_ITSlaveCplt()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_NONE
;
stm32f4xx_hal_fmpi2c.c:6529
FMPI2C_ITListenCplt()
tmppreviousstate
=
hfmpi2c
->
PreviousState
;
stm32f4xx_hal_fmpi2c.c:6635
FMPI2C_ITError()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_NONE
;
stm32f4xx_hal_fmpi2c.c:6712
FMPI2C_TreatErrorCallback()
hfmpi2c
->
PreviousState
=
FMPI2C_STATE_NONE
;
stm32f4xx_hal_fmpi2c.c:6726
FMPI2C_TreatErrorCallback()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
__FMPI2C_HandleTypeDef::PreviousState
is written by 11 functions and is read by 5 functions:
HAL_FMPI2C_Init()
HAL_FMPI2C_DeInit()
HAL_FMPI2C_DisableListen_IT()
HAL_FMPI2C_Master_Abort_IT()
FMPI2C_Slave_ISR_DMA()
FMPI2C_ITMasterSeqCplt()
FMPI2C_ITSlaveSeqCplt()
FMPI2C_ITMasterCplt()
FMPI2C_ITSlaveCplt()
FMPI2C_ITListenCplt()
FMPI2C_TreatErrorCallback()
All items filtered out
__FMPI2C_HandleTypeDef::PreviousState
HAL_FMPI2C_Master_Seq_Transmit_IT()
HAL_FMPI2C_Master_Seq_Transmit_DMA()
HAL_FMPI2C_Master_Seq_Receive_IT()
HAL_FMPI2C_Master_Seq_Receive_DMA()
FMPI2C_ITError()
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