STM32F439xx HAL User Manual
Data Fields
SRAM_HandleTypeDef Struct Reference

SRAM handle Structure definition. More...

#include <stm32f4xx_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
DMA_HandleTypeDefhdma

Detailed Description

SRAM handle Structure definition.

Definition at line 90 of file stm32f4xx_hal_sram.h.


Field Documentation

FMC_NORSRAM_EXTENDED_TypeDef* SRAM_HandleTypeDef::Extended

Extended mode register base address

Definition at line 94 of file stm32f4xx_hal_sram.h.

Referenced by HAL_SRAM_DeInit(), and HAL_SRAM_Init().

Pointer DMA handler

Definition at line 102 of file stm32f4xx_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 96 of file stm32f4xx_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 98 of file stm32f4xx_hal_sram.h.

Referenced by HAL_SRAM_Init().


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