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 89 of file stm32f723e_discovery_psram.h.
#define __PSRAM_DMAx_CLK_ENABLE __HAL_RCC_DMA2_CLK_ENABLE |
Definition at line 88 of file stm32f723e_discovery_psram.h.
Referenced by BSP_PSRAM_MspInit().
#define BSP_PSRAM_DMA_IRQHandler DMA2_Stream5_IRQHandler |
Definition at line 93 of file stm32f723e_discovery_psram.h.
#define CONTINUOUSCLOCK_FEATURE FMC_CONTINUOUS_CLOCK_SYNC_ONLY |
Definition at line 84 of file stm32f723e_discovery_psram.h.
Referenced by BSP_PSRAM_Init().
#define PSRAM_BURSTACCESS FMC_BURST_ACCESS_MODE_DISABLE |
Definition at line 78 of file stm32f723e_discovery_psram.h.
Referenced by BSP_PSRAM_Init().
#define PSRAM_DEVICE_ADDR ((uint32_t)0x60000000) |
Definition at line 72 of file stm32f723e_discovery_psram.h.
#define PSRAM_DEVICE_SIZE ((uint32_t)0x80000) /* SRAM device size in Bytes */ |
Definition at line 73 of file stm32f723e_discovery_psram.h.
#define PSRAM_DMAx_CHANNEL DMA_CHANNEL_0 |
Definition at line 90 of file stm32f723e_discovery_psram.h.
Referenced by BSP_PSRAM_MspInit().
#define PSRAM_DMAx_IRQn DMA2_Stream5_IRQn |
Definition at line 92 of file stm32f723e_discovery_psram.h.
Referenced by BSP_PSRAM_MspDeInit(), and BSP_PSRAM_MspInit().
#define PSRAM_DMAx_STREAM DMA2_Stream5 |
Definition at line 91 of file stm32f723e_discovery_psram.h.
Referenced by BSP_PSRAM_MspDeInit(), and BSP_PSRAM_MspInit().
#define PSRAM_ERROR ((uint8_t)0x01) |
Definition at line 70 of file stm32f723e_discovery_psram.h.
Referenced by BSP_PSRAM_DeInit(), BSP_PSRAM_Init(), BSP_PSRAM_ReadData(), BSP_PSRAM_ReadData_DMA(), BSP_PSRAM_WriteData(), and BSP_PSRAM_WriteData_DMA().
#define PSRAM_MEMORY_WIDTH FMC_NORSRAM_MEM_BUS_WIDTH_16 |
Definition at line 76 of file stm32f723e_discovery_psram.h.
Referenced by BSP_PSRAM_Init().
#define PSRAM_OK ((uint8_t)0x00) |
PSRAM status structure definition.
Definition at line 69 of file stm32f723e_discovery_psram.h.
Referenced by BSP_PSRAM_DeInit(), BSP_PSRAM_Init(), BSP_PSRAM_ReadData(), BSP_PSRAM_ReadData_DMA(), BSP_PSRAM_WriteData(), and BSP_PSRAM_WriteData_DMA().
#define PSRAM_WRITEBURST FMC_WRITE_BURST_DISABLE |
Definition at line 81 of file stm32f723e_discovery_psram.h.
Referenced by BSP_PSRAM_Init().
Generated on Mon Jan 2 2017 09:52:50 for STM32F723E-Discovery BSP User Manual by 1.7.6.1