STM32L4xx_HAL_Driver  1.14.0
Peripheral State functions

Peripheral State functions. More...

Functions

HAL_SRAM_StateTypeDef HAL_SRAM_GetState (SRAM_HandleTypeDef *hsram)
 Return the SRAM controller state. More...
 

Detailed Description

Peripheral State functions.

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

Function Documentation

◆ HAL_SRAM_GetState()

HAL_SRAM_StateTypeDef HAL_SRAM_GetState ( SRAM_HandleTypeDef hsram)

Return the SRAM controller state.

Parameters
hsrampointer to a SRAM_HandleTypeDef structure that contains the configuration information for SRAM module.
Return values
HALstate

Definition at line 655 of file stm32l4xx_hal_sram.c.

656 {
657  /* Return SRAM handle state */
658  return hsram->State;
659 }
__IO HAL_SRAM_StateTypeDef State