STM32446E_EVAL
BSP_SDRAM_MspInit()
is only used within STM32446E_EVAL.
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
STM32446E_EVAL
BSP_SDRAM_MspInit()
BSP_SDRAM_MspInit() function
Initializes SDRAM MSP.
Syntax
Show:
Summary
Declaration
Definition
from
stm32446e_eval_sdram.h:122
void
BSP_SDRAM_MspInit
(
SDRAM_HandleTypeDef
*
hsdram
,
void
*
Params
)
;
Implemented in
stm32446e_eval_sdram.c:357
Arguments
Argument
Description
hsdram
SDRAM handle
Params
pointer on additional configuration parameters, can be NULL.
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
)
stm32446e_eval_sdram.c:357
void
BSP_SDRAM_MspInit
(
SDRAM_HandleTypeDef
*
hsdram
,
void
*
Params
)
;
stm32446e_eval_sdram.h:122
BSP_SDRAM_MspInit
(
&
sdramHandle
,
NULL
)
;
/* __weak function can be rewritten by the applic */
stm32446e_eval_sdram.c:150
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_GPIO_Init()
HAL_DMA_Init()
HAL_DMA_DeInit()
HAL_NVIC_SetPriority()
HAL_NVIC_EnableIRQ()
All items filtered out
Data Use
from
examples
BSP_SDRAM_MspInit()
reads 4 variables and writes 20 variables:
__DMA_HandleTypeDef::Init
IRQn_Type::DMA2_Stream0_IRQn
RCC_TypeDef::AHB1ENR
RCC_TypeDef::AHB3ENR
All items filtered out
BSP_SDRAM_MspInit()
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
__DMA_HandleTypeDef::Instance
__DMA_HandleTypeDef::Parent
SDRAM_HandleTypeDef::hdma
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