HAL
+
0
/5 examples
SourceVu will show references to
SDRAM_HandleTypeDef::hdma
from the following samples and libraries:
Drivers
Boards
STM32446E_EVAL
STM32F429I-Discovery
STM324x9I_EVAL
STM32469I-Discovery
STM32469I_EVAL
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
SDRAM_HandleTypeDef::hdma
SDRAM_HandleTypeDef::hdma field
Pointer DMA handler
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_sdram.h:77
DMA_HandleTypeDef
*
hdma
;
Examples
SDRAM_HandleTypeDef::hdma
is referenced by 5 libraries and example projects:
Drivers
Boards
STM32446E_EVAL
STM32F429I-Discovery
STM324x9I_EVAL
STM32469I-Discovery
STM32469I_EVAL
References
from
0/5
examples
Code
Location
Referrer
DMA_HandleTypeDef
*
hdma
;
/*!< Pointer DMA handler */
stm32f4xx_hal_sdram.h:77
hsdram
->
hdma
->
XferCpltCallback
=
SDRAM_DMACplt
;
stm32f4xx_hal_sdram.c:724
HAL_SDRAM_Read_DMA()
hsdram
->
hdma
->
XferCpltCallback
=
SDRAM_DMACpltProt
;
stm32f4xx_hal_sdram.c:728
HAL_SDRAM_Read_DMA()
hsdram
->
hdma
->
XferErrorCallback
=
SDRAM_DMAError
;
stm32f4xx_hal_sdram.c:730
HAL_SDRAM_Read_DMA()
status
=
HAL_DMA_Start_IT
(
hsdram
->
hdma
,
(
uint32_t
)
pAddress
,
(
uint32_t
)
pDstBuffer
,
(
uint32_t
)
BufferSize
)
;
stm32f4xx_hal_sdram.c:733
HAL_SDRAM_Read_DMA()
hsdram
->
hdma
->
XferCpltCallback
=
SDRAM_DMACplt
;
stm32f4xx_hal_sdram.c:774
HAL_SDRAM_Write_DMA()
hsdram
->
hdma
->
XferErrorCallback
=
SDRAM_DMAError
;
stm32f4xx_hal_sdram.c:775
HAL_SDRAM_Write_DMA()
status
=
HAL_DMA_Start_IT
(
hsdram
->
hdma
,
(
uint32_t
)
pSrcBuffer
,
(
uint32_t
)
pAddress
,
(
uint32_t
)
BufferSize
)
;
stm32f4xx_hal_sdram.c:778
HAL_SDRAM_Write_DMA()
Call Tree
from
0/5
examples
All items filtered out
All items filtered out
Data Use
from
0/5
examples
SDRAM_HandleTypeDef::hdma
is read by 2 functions:
All items filtered out
SDRAM_HandleTypeDef::hdma
HAL_SDRAM_Read_DMA()
HAL_SDRAM_Write_DMA()
All items filtered out
Class Tree
from
0/5
examples
All items filtered out
All items filtered out
Override Tree
from
0/5
examples
All items filtered out
All items filtered out
Implementations
from
0/5
examples
All items filtered out
All items filtered out
Instances
from
0/5
examples
Lifecycle
from
0/5
examples
All items filtered out
All items filtered out