Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
Control functions
[SRAM Exported Functions]
Control functions. More...
Functions | |
HAL_StatusTypeDef | HAL_SRAM_WriteOperation_Enable (SRAM_HandleTypeDef *hsram) |
Enable dynamically SRAM write operation. | |
HAL_StatusTypeDef | HAL_SRAM_WriteOperation_Disable (SRAM_HandleTypeDef *hsram) |
Disable dynamically SRAM write operation. |
Detailed Description
Control functions.
============================================================================== ##### SRAM Control functions ##### ============================================================================== [..] This subsection provides a set of functions allowing to control dynamically the SRAM interface.
Function Documentation
HAL_StatusTypeDef HAL_SRAM_WriteOperation_Disable | ( | SRAM_HandleTypeDef * | hsram ) |
Disable dynamically SRAM write operation.
- Parameters:
-
hsram,: pointer to a SRAM_HandleTypeDef structure that contains the configuration information for SRAM module.
- Return values:
-
HAL status
Definition at line 628 of file stm32l4xx_hal_sram.c.
HAL_StatusTypeDef HAL_SRAM_WriteOperation_Enable | ( | SRAM_HandleTypeDef * | hsram ) |
Enable dynamically SRAM write operation.
- Parameters:
-
hsram,: pointer to a SRAM_HandleTypeDef structure that contains the configuration information for SRAM module.
- Return values:
-
HAL status
Definition at line 605 of file stm32l4xx_hal_sram.c.
Generated on Tue Jul 12 2022 17:38:54 by
