HAL
__DCMI_HandleTypeDef::XferCount
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
__DCMI_HandleTypeDef::XferCount
__DCMI_HandleTypeDef::XferCount field
DMA transfer counter
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_dcmi.h:85
__IO
uint32_t
XferCount
;
Examples
References
from
examples
Code
Location
Referrer
__IO
uint32_t
XferCount
;
/*!< DMA transfer counter */
stm32f4xx_hal_dcmi.h:85
hdcmi
->
XferCount
=
0U
;
stm32f4xx_hal_dcmi.c:378
HAL_DCMI_Start_DMA()
hdcmi
->
XferCount
=
1U
;
stm32f4xx_hal_dcmi.c:392
HAL_DCMI_Start_DMA()
hdcmi
->
XferCount
=
hdcmi
->
XferCount
*
2U
;
stm32f4xx_hal_dcmi.c:400
HAL_DCMI_Start_DMA()
hdcmi
->
XferCount
=
(
hdcmi
->
XferCount
-
2U
)
;
stm32f4xx_hal_dcmi.c:404
HAL_DCMI_Start_DMA()
hdcmi
->
XferTransferNumber
=
hdcmi
->
XferCount
;
stm32f4xx_hal_dcmi.c:405
HAL_DCMI_Start_DMA()
if
(
hdcmi
->
XferCount
!=
0U
)
stm32f4xx_hal_dcmi.c:1073
DCMI_DMAXferCplt()
if
(
(
(
hdcmi
->
XferCount
%
2U
)
==
0U
)
&&
(
tmp
!=
0U
)
)
stm32f4xx_hal_dcmi.c:1077
DCMI_DMAXferCplt()
hdcmi
->
XferCount
--
;
stm32f4xx_hal_dcmi.c:1081
DCMI_DMAXferCplt()
hdcmi
->
XferCount
--
;
stm32f4xx_hal_dcmi.c:1088
DCMI_DMAXferCplt()
hdcmi
->
XferCount
=
hdcmi
->
XferTransferNumber
;
stm32f4xx_hal_dcmi.c:1101
DCMI_DMAXferCplt()
if
(
hdcmi
->
XferCount
==
hdcmi
->
XferTransferNumber
)
stm32f4xx_hal_dcmi.c:1105
DCMI_DMAXferCplt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
__DCMI_HandleTypeDef::XferCount
is written by 2 functions and is read by 2 functions:
HAL_DCMI_Start_DMA()
DCMI_DMAXferCplt()
All items filtered out
__DCMI_HandleTypeDef::XferCount
HAL_DCMI_Start_DMA()
DCMI_DMAXferCplt()
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