STM32F4xx_HAL_Driver  1.8.3

Peripheral State functions. More...

+ Collaboration diagram for State functions:

Functions

HAL_SDRAM_StateTypeDef HAL_SDRAM_GetState (SDRAM_HandleTypeDef *hsdram)
 Returns the SDRAM state. More...
 

Detailed Description

Peripheral State functions.

  ==============================================================================
                      ##### SDRAM State functions #####
  ==============================================================================
  [..]
    This subsection permits to get in run-time the status of the SDRAM controller
    and the data flow.

Function Documentation

◆ HAL_SDRAM_GetState()

HAL_SDRAM_StateTypeDef HAL_SDRAM_GetState ( SDRAM_HandleTypeDef hsdram)

Returns the SDRAM state.

Parameters
hsdrampointer to a SDRAM_HandleTypeDef structure that contains the configuration information for SDRAM module.
Return values
HALstate

Definition at line 1215 of file stm32f4xx_hal_sdram.c.