STM32H735xx HAL User Manual
Modules | Functions
SDRAM
STM32H7xx_HAL_Driver

SDRAM driver modules. More...

Modules

 SDRAM Exported Functions
 SDRAM Exported Types
 SDRAM Exported Macros

Functions

static void SDRAM_DMACplt (MDMA_HandleTypeDef *hmdma)
 MDMA SDRAM process complete callback.
static void SDRAM_DMACpltProt (MDMA_HandleTypeDef *hmdma)
 MDMA SRAM process complete callback.
static void SDRAM_DMAError (MDMA_HandleTypeDef *hmdma)
 MDMA SDRAM error callback.

Detailed Description

SDRAM driver modules.


Function Documentation

static void SDRAM_DMACplt ( MDMA_HandleTypeDef hmdma) [static]

MDMA SDRAM process complete callback.

Parameters:
hmdma: MDMA handle
Return values:
None

Definition at line 1239 of file stm32h7xx_hal_sdram.c.

References __HAL_MDMA_DISABLE, __SDRAM_HandleTypeDef::DmaXferCpltCallback, HAL_SDRAM_DMA_XferCpltCallback(), HAL_SDRAM_STATE_READY, __MDMA_HandleTypeDef::Parent, and __SDRAM_HandleTypeDef::State.

Referenced by HAL_SDRAM_Read_DMA(), and HAL_SDRAM_Write_DMA().

static void SDRAM_DMACpltProt ( MDMA_HandleTypeDef hmdma) [static]

MDMA SRAM process complete callback.

Parameters:
hmdma: MDMA handle
Return values:
None

Definition at line 1261 of file stm32h7xx_hal_sdram.c.

References __HAL_MDMA_DISABLE, __SDRAM_HandleTypeDef::DmaXferCpltCallback, HAL_SDRAM_DMA_XferCpltCallback(), HAL_SDRAM_STATE_WRITE_PROTECTED, __MDMA_HandleTypeDef::Parent, and __SDRAM_HandleTypeDef::State.

Referenced by HAL_SDRAM_Read_DMA().

static void SDRAM_DMAError ( MDMA_HandleTypeDef hmdma) [static]

MDMA SDRAM error callback.

Parameters:
hmdma: MDMA handle
Return values:
None

Definition at line 1283 of file stm32h7xx_hal_sdram.c.

References __HAL_MDMA_DISABLE, __SDRAM_HandleTypeDef::DmaXferErrorCallback, HAL_SDRAM_DMA_XferErrorCallback(), HAL_SDRAM_STATE_ERROR, __MDMA_HandleTypeDef::Parent, and __SDRAM_HandleTypeDef::State.

Referenced by HAL_SDRAM_Read_DMA(), and HAL_SDRAM_Write_DMA().