HAL + 0/15 examples
CodeScope will show references to SRAM_HandleTypeDef from the following samples and libraries:
Drivers
Boards
Examples
STM32F413H-Discovery
Examples
FMC
STM32446E_EVAL
Applications
STemWin
STM32469I_EVAL
Examples
FMC
STM324x9I_EVAL
Examples
FMC
STM324xG_EVAL
Applications
STemWin
Examples
FSMC
 
Symbols
loading...
Files
loading...

SRAM_HandleTypeDef struct

Syntax

typedef struct #endif {   FMC_NORSRAM_TypeDef           *Instance;     FMC_NORSRAM_EXTENDED_TypeDef  *Extended;     FMC_NORSRAM_InitTypeDef       Init;          HAL_LockTypeDef               Lock;          __IO HAL_SRAM_StateTypeDef    State;         DMA_HandleTypeDef             *hdma;       #if (USE_HAL_SRAM_REGISTER_CALLBACKS == 1)   void (* MspInitCallback)(struct __SRAM_HandleTypeDef *hsram);                  void (* MspDeInitCallback)(struct __SRAM_HandleTypeDef *hsram);                void (* DmaXferCpltCallback)(DMA_HandleTypeDef *hdma);                         void (* DmaXferErrorCallback)(DMA_HandleTypeDef *hdma);                      #endif  } SRAM_HandleTypeDef;

Fields

Instance

Register base address. Read more...

Extended

Extended mode register base address. Read more...

Init

SRAM device control configuration parameters. Read more...

Lock

SRAM locking object. Read more...

State

SRAM device access state. Read more...

hdma

Pointer DMA handler. Read more...

Examples

SRAM_HandleTypeDef is referenced by 15 libraries and example projects.

References

LocationReferrerScopeText
stm32f4xx_hal_sram.h:67
typedef struct
stm32f4xx_hal_sram.h:88
stm32f4xx_hal_sram.c:174HAL_SRAM_Init()::hsramHAL_SRAM_Init()
stm32f4xx_hal_sram.c:229HAL_SRAM_DeInit()::hsramHAL_SRAM_DeInit()
stm32f4xx_hal_sram.c:262HAL_SRAM_MspInit()::hsramHAL_SRAM_MspInit()
stm32f4xx_hal_sram.c:278HAL_SRAM_MspDeInit()::hsramHAL_SRAM_MspDeInit()
stm32f4xx_hal_sram.c:347HAL_SRAM_Read_8b()::hsramHAL_SRAM_Read_8b()
stm32f4xx_hal_sram.c:395HAL_SRAM_Write_8b()::hsramHAL_SRAM_Write_8b()
stm32f4xx_hal_sram.c:442HAL_SRAM_Read_16b()::hsramHAL_SRAM_Read_16b()
stm32f4xx_hal_sram.c:502HAL_SRAM_Write_16b()::hsramHAL_SRAM_Write_16b()
stm32f4xx_hal_sram.c:561HAL_SRAM_Read_32b()::hsramHAL_SRAM_Read_32b()
stm32f4xx_hal_sram.c:609HAL_SRAM_Write_32b()::hsramHAL_SRAM_Write_32b()
stm32f4xx_hal_sram.c:656HAL_SRAM_Read_DMA()::hsramHAL_SRAM_Read_DMA()
stm32f4xx_hal_sram.c:705HAL_SRAM_Write_DMA()::hsramHAL_SRAM_Write_DMA()
stm32f4xx_hal_sram.c:930HAL_SRAM_WriteOperation_Enable()::hsramHAL_SRAM_WriteOperation_Enable()
stm32f4xx_hal_sram.c:964HAL_SRAM_WriteOperation_Disable()::hsramHAL_SRAM_WriteOperation_Disable()
stm32f4xx_hal_sram.c:1017HAL_SRAM_GetState()::hsramHAL_SRAM_GetState()
stm32f4xx_hal_sram.c:1041SRAM_DMACplt()::hsramSRAM_DMACplt()
stm32f4xx_hal_sram.c:1063SRAM_DMACpltProt()::hsramSRAM_DMACpltProt()
stm32f4xx_hal_sram.c:1085SRAM_DMAError()::hsramSRAM_DMAError()
stm32f4xx_hal_sram.h:88SRAM_HandleTypeDef
stm32f4xx_hal_sram.h:147HAL_SRAM_Init()::hsramHAL_SRAM_Init()
stm32f4xx_hal_sram.h:149HAL_SRAM_DeInit()::hsramHAL_SRAM_DeInit()
stm32f4xx_hal_sram.h:150HAL_SRAM_MspInit()::hsramHAL_SRAM_MspInit()
stm32f4xx_hal_sram.h:151HAL_SRAM_MspDeInit()::hsramHAL_SRAM_MspDeInit()
stm32f4xx_hal_sram.h:162HAL_SRAM_Read_8b()::hsramHAL_SRAM_Read_8b()
stm32f4xx_hal_sram.h:164HAL_SRAM_Write_8b()::hsramHAL_SRAM_Write_8b()
stm32f4xx_hal_sram.h:166HAL_SRAM_Read_16b()::hsramHAL_SRAM_Read_16b()
stm32f4xx_hal_sram.h:168HAL_SRAM_Write_16b()::hsramHAL_SRAM_Write_16b()
stm32f4xx_hal_sram.h:170HAL_SRAM_Read_32b()::hsramHAL_SRAM_Read_32b()
stm32f4xx_hal_sram.h:172HAL_SRAM_Write_32b()::hsramHAL_SRAM_Write_32b()
stm32f4xx_hal_sram.h:174HAL_SRAM_Read_DMA()::hsramHAL_SRAM_Read_DMA()
stm32f4xx_hal_sram.h:176HAL_SRAM_Write_DMA()::hsramHAL_SRAM_Write_DMA()
stm32f4xx_hal_sram.h:200HAL_SRAM_WriteOperation_Enable()::hsramHAL_SRAM_WriteOperation_Enable()
stm32f4xx_hal_sram.h:201HAL_SRAM_WriteOperation_Disable()::hsramHAL_SRAM_WriteOperation_Disable()
stm32f4xx_hal_sram.h:212HAL_SRAM_GetState()::hsramHAL_SRAM_GetState()