Initialization and Configuration functions.
More...
Initialization and Configuration functions.
==============================================================================
##### SRAM Initialization and de_initialization functions #####
==============================================================================
[..] This section provides functions allowing to initialize/de-initialize
the SRAM memory
◆ HAL_SRAM_DeInit()
Performs the SRAM device De-initialization sequence.
- Parameters
-
hsram | pointer to a SRAM_HandleTypeDef structure that contains the configuration information for SRAM module. |
- Return values
-
Definition at line 229 of file stm32f4xx_hal_sram.c.
◆ HAL_SRAM_DMA_XferCpltCallback()
DMA transfer complete callback.
- Parameters
-
hdma | pointer to a SRAM_HandleTypeDef structure that contains the configuration information for SRAM module. |
- Return values
-
Definition at line 294 of file stm32f4xx_hal_sram.c.
◆ HAL_SRAM_DMA_XferErrorCallback()
DMA transfer complete error callback.
- Parameters
-
hdma | pointer to a SRAM_HandleTypeDef structure that contains the configuration information for SRAM module. |
- Return values
-
Definition at line 310 of file stm32f4xx_hal_sram.c.
◆ HAL_SRAM_Init()
Performs the SRAM device initialization sequence.
- Parameters
-
hsram | pointer to a SRAM_HandleTypeDef structure that contains the configuration information for SRAM module. |
Timing | Pointer to SRAM control timing structure |
ExtTiming | Pointer to SRAM extended mode timing structure |
- Return values
-
Definition at line 174 of file stm32f4xx_hal_sram.c.
◆ HAL_SRAM_MspDeInit()
SRAM MSP DeInit.
- Parameters
-
hsram | pointer to a SRAM_HandleTypeDef structure that contains the configuration information for SRAM module. |
- Return values
-
Definition at line 278 of file stm32f4xx_hal_sram.c.
◆ HAL_SRAM_MspInit()
SRAM MSP Init.
- Parameters
-
hsram | pointer to a SRAM_HandleTypeDef structure that contains the configuration information for SRAM module. |
- Return values
-
Definition at line 262 of file stm32f4xx_hal_sram.c.