![]()
![]()
#define __STM32469I_EVAL_SRAM_H
![]()
![]()
#include "stm32f4xx_hal.h"
![]()
![]()
#define SRAM_OK
![]()
![]()
#define SRAM_ERROR
![]()
![]()
#define SRAM_DEVICE_ADDR
![]()
![]()
#define SRAM_DEVICE_SIZE
![]()
![]()
#define SRAM_MEMORY_WIDTH
![]()
![]()
#define SRAM_BURSTACCESS
![]()
![]()
#define SRAM_WRITEBURST
![]()
![]()
#define CONTINUOUSCLOCK_FEATURE
![]()
![]()
#define __SRAM_DMAx_CLK_ENABLE
![]()
![]()
#define __SRAM_DMAx_CLK_DISABLE
![]()
![]()
#define SRAM_DMAx_CHANNEL
![]()
![]()
#define SRAM_DMAx_STREAM
![]()
![]()
#define SRAM_DMAx_IRQn
![]()
![]()
#define SRAM_DMAx_IRQHandler
![]()
![]()
BSP_SRAM_Init();
![]()
![]()
BSP_SRAM_DeInit();
![]()
![]()
BSP_SRAM_ReadData(uint32_t, uint16_t *, uint32_t);
![]()
![]()
BSP_SRAM_ReadData_DMA(uint32_t, uint16_t *, uint32_t);
![]()
![]()
BSP_SRAM_WriteData(uint32_t, uint16_t *, uint32_t);
![]()
![]()
BSP_SRAM_WriteData_DMA(uint32_t, uint16_t *, uint32_t);
![]()
![]()
BSP_SRAM_DMA_IRQHandler();
![]()
![]()
BSP_SRAM_MspInit(SRAM_HandleTypeDef *, void *);
![]()
![]()
BSP_SRAM_MspDeInit(SRAM_HandleTypeDef *, void *);