HAL
__DCMI_HandleTypeDef::XferSize
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::XferSize
__DCMI_HandleTypeDef::XferSize field
DMA transfer size
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_dcmi.h:87
__IO
uint32_t
XferSize
;
Examples
References
from
examples
Code
Location
Referrer
__IO
uint32_t
XferSize
;
/*!< DMA transfer size */
stm32f4xx_hal_dcmi.h:87
hdcmi
->
XferSize
=
Length
;
stm32f4xx_hal_dcmi.c:393
HAL_DCMI_Start_DMA()
while
(
hdcmi
->
XferSize
>
0xFFFFU
)
stm32f4xx_hal_dcmi.c:397
HAL_DCMI_Start_DMA()
hdcmi
->
XferSize
=
(
hdcmi
->
XferSize
/
2U
)
;
stm32f4xx_hal_dcmi.c:399
HAL_DCMI_Start_DMA()
SecondMemAddress
=
(
uint32_t
)
(
pData
+
(
4U
*
hdcmi
->
XferSize
)
)
;
stm32f4xx_hal_dcmi.c:408
HAL_DCMI_Start_DMA()
HAL_DMAEx_MultiBufferStart_IT
(
hdcmi
->
DMA_Handle
,
(
uint32_t
)
&
hdcmi
->
Instance
->
DR
,
(
uint32_t
)
pData
,
SecondMemAddress
,
hdcmi
->
XferSize
)
;
stm32f4xx_hal_dcmi.c:411
HAL_DCMI_Start_DMA()
HAL_DMAEx_ChangeMemory
(
hdcmi
->
DMA_Handle
,
(
tmp
+
(
8U
*
hdcmi
->
XferSize
)
)
,
MEMORY0
)
;
stm32f4xx_hal_dcmi.c:1080
DCMI_DMAXferCplt()
HAL_DMAEx_ChangeMemory
(
hdcmi
->
DMA_Handle
,
(
tmp
+
(
8U
*
hdcmi
->
XferSize
)
)
,
MEMORY1
)
;
stm32f4xx_hal_dcmi.c:1087
DCMI_DMAXferCplt()
hdcmi
->
DMA_Handle
->
Instance
->
M1AR
=
(
tmp
+
(
4U
*
hdcmi
->
XferSize
)
)
;
stm32f4xx_hal_dcmi.c:1100
DCMI_DMAXferCplt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
__DCMI_HandleTypeDef::XferSize
is written by 1 function and is read by 2 functions:
HAL_DCMI_Start_DMA()
All items filtered out
__DCMI_HandleTypeDef::XferSize
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