STM32F413H-Discovery BSP User Manual: STM32F413H DISCOVERY PSRAM Exported Constants

STM32F413H-Discovery BSP Drivers

STM32F413H-Discovery BSP User Manual
STM32F413H DISCOVERY PSRAM Exported Constants

Defines

#define PSRAM_OK   ((uint8_t)0x00)
 PSRAM status structure definition.
#define PSRAM_ERROR   ((uint8_t)0x01)
#define PSRAM_DEVICE_ADDR   ((uint32_t)0x60000000)
#define PSRAM_DEVICE_SIZE   ((uint32_t)0x80000) /* SRAM device size in Bytes */
#define PSRAM_MEMORY_WIDTH   FSMC_NORSRAM_MEM_BUS_WIDTH_16
#define PSRAM_BURSTACCESS   FSMC_BURST_ACCESS_MODE_DISABLE
#define PSRAM_WRITEBURST   FSMC_WRITE_BURST_DISABLE
#define CONTINUOUSCLOCK_FEATURE   FSMC_CONTINUOUS_CLOCK_SYNC_ONLY
#define PSRAM_DMAx_CLK_ENABLE   __HAL_RCC_DMA2_CLK_ENABLE
#define PSRAM_DMAx_CLK_DISABLE   __HAL_RCC_DMA2_CLK_DISABLE
#define PSRAM_DMAx_CHANNEL   DMA_CHANNEL_0
#define PSRAM_DMAx_STREAM   DMA2_Stream5
#define PSRAM_DMAx_IRQn   DMA2_Stream5_IRQn
#define BSP_PSRAM_DMA_IRQHandler   DMA2_Stream5_IRQHandler

Define Documentation

#define BSP_PSRAM_DMA_IRQHandler   DMA2_Stream5_IRQHandler

Definition at line 86 of file stm32f413h_discovery_psram.h.

#define CONTINUOUSCLOCK_FEATURE   FSMC_CONTINUOUS_CLOCK_SYNC_ONLY

Definition at line 78 of file stm32f413h_discovery_psram.h.

Referenced by BSP_PSRAM_Init().

#define PSRAM_BURSTACCESS   FSMC_BURST_ACCESS_MODE_DISABLE

Definition at line 76 of file stm32f413h_discovery_psram.h.

Referenced by BSP_PSRAM_Init().

#define PSRAM_DEVICE_ADDR   ((uint32_t)0x60000000)

Definition at line 72 of file stm32f413h_discovery_psram.h.

#define PSRAM_DEVICE_SIZE   ((uint32_t)0x80000) /* SRAM device size in Bytes */

Definition at line 73 of file stm32f413h_discovery_psram.h.

#define PSRAM_DMAx_CHANNEL   DMA_CHANNEL_0

Definition at line 83 of file stm32f413h_discovery_psram.h.

Referenced by BSP_PSRAM_MspInit().

#define PSRAM_DMAx_CLK_DISABLE   __HAL_RCC_DMA2_CLK_DISABLE

Definition at line 82 of file stm32f413h_discovery_psram.h.

#define PSRAM_DMAx_CLK_ENABLE   __HAL_RCC_DMA2_CLK_ENABLE

Definition at line 81 of file stm32f413h_discovery_psram.h.

Referenced by BSP_PSRAM_MspInit().

#define PSRAM_DMAx_IRQn   DMA2_Stream5_IRQn

Definition at line 85 of file stm32f413h_discovery_psram.h.

Referenced by BSP_PSRAM_MspDeInit(), and BSP_PSRAM_MspInit().

#define PSRAM_DMAx_STREAM   DMA2_Stream5

Definition at line 84 of file stm32f413h_discovery_psram.h.

Referenced by BSP_PSRAM_MspInit().

#define PSRAM_MEMORY_WIDTH   FSMC_NORSRAM_MEM_BUS_WIDTH_16

Definition at line 75 of file stm32f413h_discovery_psram.h.

Referenced by BSP_PSRAM_Init().

#define PSRAM_OK   ((uint8_t)0x00)
#define PSRAM_WRITEBURST   FSMC_WRITE_BURST_DISABLE

Definition at line 77 of file stm32f413h_discovery_psram.h.

Referenced by BSP_PSRAM_Init().

Generated on Thu Jan 26 2017 16:30:37 for STM32F413H-Discovery BSP User Manual by   doxygen 1.7.6.1