STM32H735xx HAL User Manual
Data Fields
__SRAM_HandleTypeDef Struct Reference

SRAM handle Structure definition. More...

#include <stm32h7xx_hal_sram.h>

Data Fields

FMC_NORSRAM_TypeDef * Instance
FMC_NORSRAM_EXTENDED_TypeDef * Extended
FMC_NORSRAM_InitTypeDef Init
HAL_LockTypeDef Lock
__IO HAL_SRAM_StateTypeDef State
MDMA_HandleTypeDefhmdma
void(* MspInitCallback )(struct __SRAM_HandleTypeDef *hsram)
void(* MspDeInitCallback )(struct __SRAM_HandleTypeDef *hsram)
void(* DmaXferCpltCallback )(MDMA_HandleTypeDef *hmdma)
void(* DmaXferErrorCallback )(MDMA_HandleTypeDef *hmdma)

Detailed Description

SRAM handle Structure definition.

Definition at line 60 of file stm32h7xx_hal_sram.h.


Field Documentation

SRAM DMA Xfer Complete callback

Definition at line 80 of file stm32h7xx_hal_sram.h.

Referenced by HAL_SRAM_Init(), HAL_SRAM_RegisterDmaCallback(), HAL_SRAM_UnRegisterCallback(), SRAM_DMACplt(), and SRAM_DMACpltProt().

SRAM DMA Xfer Error callback

Definition at line 81 of file stm32h7xx_hal_sram.h.

Referenced by HAL_SRAM_Init(), HAL_SRAM_RegisterDmaCallback(), HAL_SRAM_UnRegisterCallback(), and SRAM_DMAError().

FMC_NORSRAM_EXTENDED_TypeDef* __SRAM_HandleTypeDef::Extended

Extended mode register base address

Definition at line 67 of file stm32h7xx_hal_sram.h.

Referenced by HAL_SRAM_DeInit(), and HAL_SRAM_Init().

Pointer DMA handler

Definition at line 75 of file stm32h7xx_hal_sram.h.

Referenced by HAL_SRAM_Read_DMA(), and HAL_SRAM_Write_DMA().

FMC_NORSRAM_InitTypeDef __SRAM_HandleTypeDef::Init

SRAM device control configuration parameters

Definition at line 69 of file stm32h7xx_hal_sram.h.

Referenced by HAL_SRAM_DeInit(), HAL_SRAM_Init(), HAL_SRAM_WriteOperation_Disable(), and HAL_SRAM_WriteOperation_Enable().

FMC_NORSRAM_TypeDef* __SRAM_HandleTypeDef::Instance
HAL_LockTypeDef __SRAM_HandleTypeDef::Lock

SRAM locking object

Definition at line 71 of file stm32h7xx_hal_sram.h.

Referenced by HAL_SRAM_Init().

SRAM Msp DeInit callback

Definition at line 79 of file stm32h7xx_hal_sram.h.

Referenced by HAL_SRAM_DeInit(), HAL_SRAM_RegisterCallback(), and HAL_SRAM_UnRegisterCallback().

SRAM Msp Init callback

Definition at line 78 of file stm32h7xx_hal_sram.h.

Referenced by HAL_SRAM_Init(), HAL_SRAM_RegisterCallback(), and HAL_SRAM_UnRegisterCallback().


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