STM324x9I_EVAL
BSP_SDRAM_ReadData_DMA()
is only used within STM324x9I_EVAL.
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
STM324x9I_EVAL
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
stm324x9i_eval_sdram.h:94
uint8_t
BSP_SDRAM_ReadData_DMA
(
uint32_t
uwStartAddress
,
uint32_t
*
pData
,
uint32_t
uwDataSize
)
;
Implemented in
stm324x9i_eval_sdram.c:222
Arguments
Argument
Description
uwStartAddress
Read start address
pData
Pointer to data to be read
uwDataSize
Size of read data from the memory
Return value
SDRAM status
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