Control functions.
More...
Detailed Description
Control functions.
==============================================================================
##### SRAM Control functions #####
==============================================================================
[..]
This subsection provides a set of functions allowing to control dynamically
the SRAM interface.
Function Documentation
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 968 of file stm32f4xx_hal_sram.c.
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 934 of file stm32f4xx_hal_sram.c.