STM32F723E-Discovery BSP User Manual: PSRAM Exported Types

STM32F723E-Discovery BSP

STM32F723E-Discovery BSP User Manual

Modules

 PSRAM Exported Macro
 PSRAM Exported Functions

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   FMC_NORSRAM_MEM_BUS_WIDTH_16
#define PSRAM_BURSTACCESS   FMC_BURST_ACCESS_MODE_DISABLE
#define PSRAM_WRITEBURST   FMC_WRITE_BURST_DISABLE
#define CONTINUOUSCLOCK_FEATURE   FMC_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 __PSRAM_DMAx_CLK_DISABLE   __HAL_RCC_DMA2_CLK_DISABLE

Definition at line 87 of file stm32f723e_discovery_psram.h.

#define __PSRAM_DMAx_CLK_ENABLE   __HAL_RCC_DMA2_CLK_ENABLE

Definition at line 86 of file stm32f723e_discovery_psram.h.

Referenced by BSP_PSRAM_MspInit().

#define BSP_PSRAM_DMA_IRQHandler   DMA2_Stream5_IRQHandler

Definition at line 91 of file stm32f723e_discovery_psram.h.

#define CONTINUOUSCLOCK_FEATURE   FMC_CONTINUOUS_CLOCK_SYNC_ONLY

Definition at line 82 of file stm32f723e_discovery_psram.h.

Referenced by BSP_PSRAM_Init().

#define PSRAM_BURSTACCESS   FMC_BURST_ACCESS_MODE_DISABLE

Definition at line 76 of file stm32f723e_discovery_psram.h.

Referenced by BSP_PSRAM_Init().

#define PSRAM_DEVICE_ADDR   ((uint32_t)0x60000000)

Definition at line 70 of file stm32f723e_discovery_psram.h.

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

Definition at line 71 of file stm32f723e_discovery_psram.h.

#define PSRAM_DMAx_CHANNEL   DMA_CHANNEL_0

Definition at line 88 of file stm32f723e_discovery_psram.h.

Referenced by BSP_PSRAM_MspInit().

#define PSRAM_DMAx_IRQn   DMA2_Stream5_IRQn

Definition at line 90 of file stm32f723e_discovery_psram.h.

Referenced by BSP_PSRAM_MspDeInit(), and BSP_PSRAM_MspInit().

#define PSRAM_DMAx_STREAM   DMA2_Stream5

Definition at line 89 of file stm32f723e_discovery_psram.h.

Referenced by BSP_PSRAM_MspDeInit(), and BSP_PSRAM_MspInit().

#define PSRAM_MEMORY_WIDTH   FMC_NORSRAM_MEM_BUS_WIDTH_16

Definition at line 74 of file stm32f723e_discovery_psram.h.

Referenced by BSP_PSRAM_Init().

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

Definition at line 79 of file stm32f723e_discovery_psram.h.

Referenced by BSP_PSRAM_Init().

Generated on Tue May 30 2017 13:59:12 for STM32F723E-Discovery BSP User Manual by   doxygen 1.7.6.1