STM32F429I-Discovery
BSP_SDRAM_MspInit()
is only used within STM32F429I-Discovery.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32F429I-Discovery
BSP_SDRAM_MspInit()
BSP_SDRAM_MspInit() function
Initializes SDRAM MSP.
Syntax
Show:
Summary
Declaration
Definition
from
stm32f429i_discovery_sdram.h:146
void
BSP_SDRAM_MspInit
(
SDRAM_HandleTypeDef
*
hsdram
,
void
*
Params
)
;
Implemented in
stm32f429i_discovery_sdram.c:303
Arguments
Argument
Description
hsdram
pointer on SDRAM handle
Params
pointer on additional configuration parameters, can be NULL.
Notes
This function can be surcharged by application code.
Related Functions
Found 1 other functions taking a
SDRAM_HandleTypeDef
argument:
Function
Description
BSP_SDRAM_MspDeInit()
DeInitializes SDRAM MSP.
Examples
References
from
examples
Code
Location
Referrer
__weak
void
BSP_SDRAM_MspInit
(
SDRAM_HandleTypeDef
*
hsdram
,
void
*
Params
)
stm32f429i_discovery_sdram.c:303
void
BSP_SDRAM_MspInit
(
SDRAM_HandleTypeDef
*
hsdram
,
void
*
Params
)
;
stm32f429i_discovery_sdram.h:146
BSP_SDRAM_MspInit
(
&
SdramHandle
,
(
void
*
)
NULL
)
;
stm32f429i_discovery_sdram.c:121
BSP_SDRAM_Init()
Call Tree
from
examples
BSP_SDRAM_MspInit()
is called by 1 function and calls 5 functions:
BSP_SDRAM_Init()
All items filtered out
BSP_SDRAM_MspInit()
HAL_NVIC_SetPriority()
HAL_NVIC_EnableIRQ()
HAL_DMA_Init()
HAL_DMA_DeInit()
HAL_GPIO_Init()
All items filtered out
Data Use
from
examples
BSP_SDRAM_MspInit()
reads 4 variables and writes 20 variables:
IRQn_Type::DMA2_Stream0_IRQn
__DMA_HandleTypeDef::Init
RCC_TypeDef::AHB1ENR
RCC_TypeDef::AHB3ENR
All items filtered out
BSP_SDRAM_MspInit()
__DMA_HandleTypeDef::Instance
__DMA_HandleTypeDef::Parent
SDRAM_HandleTypeDef::hdma
DMA_InitTypeDef::Channel
DMA_InitTypeDef::Direction
DMA_InitTypeDef::PeriphInc
DMA_InitTypeDef::MemInc
DMA_InitTypeDef::PeriphDataAlignment
DMA_InitTypeDef::MemDataAlignment
DMA_InitTypeDef::Mode
DMA_InitTypeDef::Priority
DMA_InitTypeDef::FIFOMode
DMA_InitTypeDef::FIFOThreshold
DMA_InitTypeDef::MemBurst
DMA_InitTypeDef::PeriphBurst
GPIO_InitTypeDef::Pin
GPIO_InitTypeDef::Mode
GPIO_InitTypeDef::Pull
GPIO_InitTypeDef::Speed
GPIO_InitTypeDef::Alternate
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