STM32H735xx HAL User Manual
Modules | Functions
SRAM
STM32H7xx_HAL_Driver

SRAM driver modules. More...

Modules

 SRAM Exported Functions
 SRAM Exported Types
 SRAM Exported Macros

Functions

static void SRAM_DMACplt (MDMA_HandleTypeDef *hmdma)
 MDMA SRAM process complete callback.
static void SRAM_DMACpltProt (MDMA_HandleTypeDef *hmdma)
 MDMA SRAM process complete callback.
static void SRAM_DMAError (MDMA_HandleTypeDef *hmdma)
 MDMA SRAM error callback.

Detailed Description

SRAM driver modules.


Function Documentation

static void SRAM_DMACplt ( MDMA_HandleTypeDef hmdma) [static]

MDMA SRAM process complete callback.

Parameters:
hmdma: MDMA handle
Return values:
None

Definition at line 1041 of file stm32h7xx_hal_sram.c.

References __HAL_MDMA_DISABLE, __SRAM_HandleTypeDef::DmaXferCpltCallback, HAL_SRAM_DMA_XferCpltCallback(), HAL_SRAM_STATE_READY, __MDMA_HandleTypeDef::Parent, and __SRAM_HandleTypeDef::State.

Referenced by HAL_SRAM_Read_DMA(), and HAL_SRAM_Write_DMA().

static void SRAM_DMACpltProt ( MDMA_HandleTypeDef hmdma) [static]

MDMA SRAM process complete callback.

Parameters:
hmdma: MDMA handle
Return values:
None

Definition at line 1063 of file stm32h7xx_hal_sram.c.

References __HAL_MDMA_DISABLE, __SRAM_HandleTypeDef::DmaXferCpltCallback, HAL_SRAM_DMA_XferCpltCallback(), HAL_SRAM_STATE_PROTECTED, __MDMA_HandleTypeDef::Parent, and __SRAM_HandleTypeDef::State.

Referenced by HAL_SRAM_Read_DMA().

static void SRAM_DMAError ( MDMA_HandleTypeDef hmdma) [static]

MDMA SRAM error callback.

Parameters:
hmdma: MDMA handle
Return values:
None

Definition at line 1085 of file stm32h7xx_hal_sram.c.

References __HAL_MDMA_DISABLE, __SRAM_HandleTypeDef::DmaXferErrorCallback, HAL_SRAM_DMA_XferErrorCallback(), HAL_SRAM_STATE_ERROR, __MDMA_HandleTypeDef::Parent, and __SRAM_HandleTypeDef::State.

Referenced by HAL_SRAM_Read_DMA(), and HAL_SRAM_Write_DMA().