STM32H735xx HAL User Manual
Data Fields
__SDRAM_HandleTypeDef Struct Reference

SDRAM handle Structure definition. More...

#include <stm32h7xx_hal_sdram.h>

Data Fields

FMC_SDRAM_TypeDef * Instance
FMC_SDRAM_InitTypeDef Init
__IO HAL_SDRAM_StateTypeDef State
HAL_LockTypeDef Lock
MDMA_HandleTypeDefhmdma
void(* MspInitCallback )(struct __SDRAM_HandleTypeDef *hsdram)
void(* MspDeInitCallback )(struct __SDRAM_HandleTypeDef *hsdram)
void(* RefreshErrorCallback )(struct __SDRAM_HandleTypeDef *hsdram)
void(* DmaXferCpltCallback )(MDMA_HandleTypeDef *hmdma)
void(* DmaXferErrorCallback )(MDMA_HandleTypeDef *hmdma)

Detailed Description

SDRAM handle Structure definition.

Definition at line 63 of file stm32h7xx_hal_sdram.h.


Field Documentation

SDRAM DMA Xfer Complete callback

Definition at line 82 of file stm32h7xx_hal_sdram.h.

Referenced by HAL_SDRAM_Init(), HAL_SDRAM_RegisterDmaCallback(), HAL_SDRAM_UnRegisterCallback(), SDRAM_DMACplt(), and SDRAM_DMACpltProt().

SDRAM DMA Xfer Error callback

Definition at line 83 of file stm32h7xx_hal_sdram.h.

Referenced by HAL_SDRAM_Init(), HAL_SDRAM_RegisterDmaCallback(), HAL_SDRAM_UnRegisterCallback(), and SDRAM_DMAError().

Pointer DMA handler

Definition at line 76 of file stm32h7xx_hal_sdram.h.

Referenced by HAL_SDRAM_Read_DMA(), and HAL_SDRAM_Write_DMA().

FMC_SDRAM_InitTypeDef __SDRAM_HandleTypeDef::Init
FMC_SDRAM_TypeDef* __SDRAM_HandleTypeDef::Instance
HAL_LockTypeDef __SDRAM_HandleTypeDef::Lock

SDRAM locking object

Definition at line 74 of file stm32h7xx_hal_sdram.h.

Referenced by HAL_SDRAM_Init().

SDRAM Msp DeInit callback

Definition at line 80 of file stm32h7xx_hal_sdram.h.

Referenced by HAL_SDRAM_DeInit(), HAL_SDRAM_RegisterCallback(), and HAL_SDRAM_UnRegisterCallback().

SDRAM Msp Init callback

Definition at line 79 of file stm32h7xx_hal_sdram.h.

Referenced by HAL_SDRAM_Init(), HAL_SDRAM_RegisterCallback(), and HAL_SDRAM_UnRegisterCallback().

SDRAM Refresh Error callback

Definition at line 81 of file stm32h7xx_hal_sdram.h.

Referenced by HAL_SDRAM_Init(), HAL_SDRAM_IRQHandler(), HAL_SDRAM_RegisterCallback(), and HAL_SDRAM_UnRegisterCallback().


The documentation for this struct was generated from the following file: