STM32H735xx HAL User Manual
|
Control functions. More...
Functions | |
HAL_StatusTypeDef | HAL_SRAM_WriteOperation_Enable (SRAM_HandleTypeDef *hsram) |
Enables dynamically SRAM write operation. | |
HAL_StatusTypeDef | HAL_SRAM_WriteOperation_Disable (SRAM_HandleTypeDef *hsram) |
Disables dynamically SRAM write operation. |
Control functions.
============================================================================== ##### SRAM Control functions ##### ============================================================================== [..] This subsection provides a set of functions allowing to control dynamically the SRAM interface.
HAL_StatusTypeDef HAL_SRAM_WriteOperation_Disable | ( | SRAM_HandleTypeDef * | hsram | ) |
Disables dynamically SRAM write operation.
hsram | pointer to a SRAM_HandleTypeDef structure that contains the configuration information for SRAM module. |
HAL | status |
Definition at line 970 of file stm32h7xx_hal_sram.c.
References HAL_SRAM_STATE_BUSY, HAL_SRAM_STATE_PROTECTED, HAL_SRAM_STATE_READY, __SRAM_HandleTypeDef::Init, __SRAM_HandleTypeDef::Instance, and __SRAM_HandleTypeDef::State.
HAL_StatusTypeDef HAL_SRAM_WriteOperation_Enable | ( | SRAM_HandleTypeDef * | hsram | ) |
Enables dynamically SRAM write operation.
hsram | pointer to a SRAM_HandleTypeDef structure that contains the configuration information for SRAM module. |
HAL | status |
Definition at line 936 of file stm32h7xx_hal_sram.c.
References HAL_SRAM_STATE_BUSY, HAL_SRAM_STATE_PROTECTED, HAL_SRAM_STATE_READY, __SRAM_HandleTypeDef::Init, __SRAM_HandleTypeDef::Instance, and __SRAM_HandleTypeDef::State.