STM32F4xx_HAL_Driver  1.8.3

Control functions. More...

+ Collaboration diagram for Control functions:

Functions

HAL_StatusTypeDef HAL_SRAM_WriteOperation_Enable (SRAM_HandleTypeDef *hsram)
 Enables dynamically SRAM write operation. More...
 
HAL_StatusTypeDef HAL_SRAM_WriteOperation_Disable (SRAM_HandleTypeDef *hsram)
 Disables dynamically SRAM write operation. More...
 

Detailed Description

Control functions.

  ==============================================================================
                        ##### SRAM Control functions #####
  ==============================================================================
  [..]
    This subsection provides a set of functions allowing to control dynamically
    the SRAM interface.

Function Documentation

◆ HAL_SRAM_WriteOperation_Disable()

HAL_StatusTypeDef HAL_SRAM_WriteOperation_Disable ( SRAM_HandleTypeDef hsram)

Disables dynamically SRAM write operation.

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

Definition at line 964 of file stm32f4xx_hal_sram.c.

◆ HAL_SRAM_WriteOperation_Enable()

HAL_StatusTypeDef HAL_SRAM_WriteOperation_Enable ( SRAM_HandleTypeDef hsram)

Enables dynamically SRAM write operation.

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

Definition at line 930 of file stm32f4xx_hal_sram.c.