STM32F429I-Discovery
BSP_SDRAM_ReadData_DMA()
is only used within STM32F429I-Discovery.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32F429I-Discovery
BSP_SDRAM_ReadData_DMA()
BSP_SDRAM_ReadData_DMA() function
Reads an mount of data from the SDRAM memory in DMA mode.
Syntax
Show:
Summary
Declaration
Definition
from
stm32f429i_discovery_sdram.h:138
uint8_t
BSP_SDRAM_ReadData_DMA
(
uint32_t
uwStartAddress
,
uint32_t
*
pData
,
uint32_t
uwDataSize
)
;
Implemented in
stm32f429i_discovery_sdram.c:220
Arguments
Argument
Description
uwStartAddress
Read start address
pData
Pointer to data to be read
uwDataSize
Size of read data from the memory
Examples
References
from
examples
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