STM32F4xx_HAL_Driver  1.8.3

Initialization and Configuration functions. More...

+ Collaboration diagram for SDRAM Initialization/de-initialization functions:

Functions

HAL_StatusTypeDef FMC_SDRAM_Init (FMC_SDRAM_TypeDef *Device, FMC_SDRAM_InitTypeDef *Init)
 Initializes the FMC_SDRAM device according to the specified control parameters in the FMC_SDRAM_InitTypeDef. More...
 
HAL_StatusTypeDef FMC_SDRAM_Timing_Init (FMC_SDRAM_TypeDef *Device, FMC_SDRAM_TimingTypeDef *Timing, uint32_t Bank)
 Initializes the FMC_SDRAM device timing according to the specified parameters in the FMC_SDRAM_TimingTypeDef. More...
 
HAL_StatusTypeDef FMC_SDRAM_DeInit (FMC_SDRAM_TypeDef *Device, uint32_t Bank)
 DeInitializes the FMC_SDRAM peripheral. More...
 

Detailed Description

Initialization and Configuration functions.

  ==============================================================================
              ##### Initialization and de_initialization functions #####
  ==============================================================================
  [..]
    This section provides functions allowing to:
    (+) Initialize and configure the FMC SDRAM interface
    (+) De-initialize the FMC SDRAM interface
    (+) Configure the FMC clock and associated GPIOs

Function Documentation

◆ FMC_SDRAM_DeInit()

HAL_StatusTypeDef FMC_SDRAM_DeInit ( FMC_SDRAM_TypeDef *  Device,
uint32_t  Bank 
)

DeInitializes the FMC_SDRAM peripheral.

Parameters
DevicePointer to SDRAM device instance
Return values
HALstatus

Definition at line 1295 of file stm32f4xx_ll_fmc.c.

◆ FMC_SDRAM_Init()

HAL_StatusTypeDef FMC_SDRAM_Init ( FMC_SDRAM_TypeDef *  Device,
FMC_SDRAM_InitTypeDef Init 
)

Initializes the FMC_SDRAM device according to the specified control parameters in the FMC_SDRAM_InitTypeDef.

Parameters
DevicePointer to SDRAM device instance
InitPointer to SDRAM Initialization structure
Return values
HALstatus

Definition at line 1181 of file stm32f4xx_ll_fmc.c.

◆ FMC_SDRAM_Timing_Init()

HAL_StatusTypeDef FMC_SDRAM_Timing_Init ( FMC_SDRAM_TypeDef *  Device,
FMC_SDRAM_TimingTypeDef Timing,
uint32_t  Bank 
)

Initializes the FMC_SDRAM device timing according to the specified parameters in the FMC_SDRAM_TimingTypeDef.

Parameters
DevicePointer to SDRAM device instance
TimingPointer to SDRAM Timing structure
BankSDRAM bank number
Return values
HALstatus

Definition at line 1243 of file stm32f4xx_ll_fmc.c.