STM3210E_EVAL BSP User Manual: STM3210E EVAL SRAM Exported Constants

STM3210E_EVAL BSP

STM3210E_EVAL BSP User Manual
STM3210E EVAL SRAM Exported Constants

Defines

#define SRAM_OK   0x00
 SRAM status structure definition.
#define SRAM_ERROR   0x01
#define SRAM_DEVICE_ADDR   ((uint32_t)0x68000000)
#define SRAM_DEVICE_SIZE   ((uint32_t)0x200000) /* SRAM device size in MBytes */
#define SRAM_MEMORY_WIDTH   FSMC_NORSRAM_MEM_BUS_WIDTH_16
#define SRAM_BURSTACCESS   FSMC_BURST_ACCESS_MODE_DISABLE
#define SRAM_WRITEBURST   FSMC_WRITE_BURST_DISABLE
#define __SRAM_DMAx_CLK_ENABLE   __HAL_RCC_DMA2_CLK_ENABLE
#define SRAM_DMAx_STREAM   DMA2_Channel1
#define SRAM_DMAx_IRQn   DMA2_Channel1_IRQn
#define SRAM_DMAx_IRQHandler   DMA2_Channel1_IRQHandler

Define Documentation

#define __SRAM_DMAx_CLK_ENABLE   __HAL_RCC_DMA2_CLK_ENABLE

Definition at line 86 of file stm3210e_eval_sram.h.

#define SRAM_BURSTACCESS   FSMC_BURST_ACCESS_MODE_DISABLE

Definition at line 79 of file stm3210e_eval_sram.h.

Referenced by BSP_SRAM_Init().

#define SRAM_DEVICE_ADDR   ((uint32_t)0x68000000)

Definition at line 73 of file stm3210e_eval_sram.h.

#define SRAM_DEVICE_SIZE   ((uint32_t)0x200000) /* SRAM device size in MBytes */

Definition at line 74 of file stm3210e_eval_sram.h.

#define SRAM_DMAx_IRQHandler   DMA2_Channel1_IRQHandler

Definition at line 89 of file stm3210e_eval_sram.h.

#define SRAM_DMAx_IRQn   DMA2_Channel1_IRQn

Definition at line 88 of file stm3210e_eval_sram.h.

#define SRAM_DMAx_STREAM   DMA2_Channel1

Definition at line 87 of file stm3210e_eval_sram.h.

#define SRAM_MEMORY_WIDTH   FSMC_NORSRAM_MEM_BUS_WIDTH_16

Definition at line 77 of file stm3210e_eval_sram.h.

Referenced by BSP_SRAM_Init().

#define SRAM_OK   0x00

SRAM status structure definition.

Definition at line 70 of file stm3210e_eval_sram.h.

Referenced by BSP_SRAM_Init(), BSP_SRAM_ReadData(), BSP_SRAM_ReadData_DMA(), BSP_SRAM_WriteData(), and BSP_SRAM_WriteData_DMA().

#define SRAM_WRITEBURST   FSMC_WRITE_BURST_DISABLE

Definition at line 82 of file stm3210e_eval_sram.h.

Referenced by BSP_SRAM_Init().

Generated on Fri Feb 24 2017 17:15:12 for STM3210E_EVAL BSP User Manual by   doxygen 1.7.6.1