44.2.5 SRAM State functions
This subsection permits to get in run-time the status of the SRAM controller and the data
flow.
This section contains the following APIs:
HAL_SRAM_GetState()
44.2.6 Detailed description of functions
HAL_SRAM_Init
HAL_StatusTypeDef HAL_SRAM_Init (SRAM_HandleTypeDef *
hsram, FSMC_NORSRAM_TimingTypeDef * Timing,
FSMC_NORSRAM_TimingTypeDef * ExtTiming)
Performs the SRAM device initialization sequence.
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
HAL_SRAM_DeInit
HAL_StatusTypeDef HAL_SRAM_DeInit
(SRAM_HandleTypeDef * hsram)
Performs the SRAM device De-initialization sequence.
hsram: pointer to a SRAM_HandleTypeDef structure that
contains the configuration information for SRAM module.
HAL_SRAM_MspInit
void HAL_SRAM_MspInit (SRAM_HandleTypeDef * hsram)
hsram: pointer to a SRAM_HandleTypeDef structure that
contains the configuration information for SRAM module.
HAL_SRAM_MspDeInit
void HAL_SRAM_MspDeInit (SRAM_HandleTypeDef * hsram)
hsram: pointer to a SRAM_HandleTypeDef structure that
contains the configuration information for SRAM module.