Control functions.
More...
Control functions.
==============================================================================
##### SRAM Control functions #####
==============================================================================
[..]
This subsection provides a set of functions allowing to control dynamically
the SRAM interface.
◆ HAL_SRAM_WriteOperation_Disable()
Disables dynamically SRAM write operation.
- Parameters
-
hsram | pointer to a SRAM_HandleTypeDef structure that contains the configuration information for SRAM module. |
- Return values
-
Definition at line 964 of file stm32f4xx_hal_sram.c.
◆ HAL_SRAM_WriteOperation_Enable()
Enables dynamically SRAM write operation.
- Parameters
-
hsram | pointer to a SRAM_HandleTypeDef structure that contains the configuration information for SRAM module. |
- Return values
-
Definition at line 930 of file stm32f4xx_hal_sram.c.