Initialization and Configuration functions.
More...
Initialization and Configuration functions.
==============================================================================
##### SDRAM Initialization and de_initialization functions #####
==============================================================================
[..]
This section provides functions allowing to initialize/de-initialize
the SDRAM memory
◆ HAL_SDRAM_DeInit()
Perform the SDRAM device initialization sequence.
- Parameters
-
hsdram | pointer to a SDRAM_HandleTypeDef structure that contains the configuration information for SDRAM module. |
- Return values
-
Definition at line 221 of file stm32f4xx_hal_sdram.c.
◆ HAL_SDRAM_DMA_XferCpltCallback()
DMA transfer complete callback.
- Parameters
-
hdma | pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module. |
- Return values
-
Definition at line 325 of file stm32f4xx_hal_sdram.c.
◆ HAL_SDRAM_DMA_XferErrorCallback()
◆ HAL_SDRAM_Init()
Performs the SDRAM device initialization sequence.
- Parameters
-
hsdram | pointer to a SDRAM_HandleTypeDef structure that contains the configuration information for SDRAM module. |
Timing | Pointer to SDRAM control timing structure |
- Return values
-
Definition at line 172 of file stm32f4xx_hal_sdram.c.
◆ HAL_SDRAM_IRQHandler()
This function handles SDRAM refresh error interrupt request.
- Parameters
-
hsdram | pointer to a SDRAM_HandleTypeDef structure that contains the configuration information for SDRAM module. |
- Return values
-
Definition at line 286 of file stm32f4xx_hal_sdram.c.
◆ HAL_SDRAM_MspDeInit()
SDRAM MSP DeInit.
- Parameters
-
hsdram | pointer to a SDRAM_HandleTypeDef structure that contains the configuration information for SDRAM module. |
- Return values
-
Definition at line 270 of file stm32f4xx_hal_sdram.c.
◆ HAL_SDRAM_MspInit()
SDRAM MSP Init.
- Parameters
-
hsdram | pointer to a SDRAM_HandleTypeDef structure that contains the configuration information for SDRAM module. |
- Return values
-
Definition at line 254 of file stm32f4xx_hal_sdram.c.
◆ HAL_SDRAM_RefreshErrorCallback()
SDRAM Refresh error callback.
- Parameters
-
hsdram | pointer to a SDRAM_HandleTypeDef structure that contains the configuration information for SDRAM module. |
- Return values
-
Definition at line 309 of file stm32f4xx_hal_sdram.c.