RTEMS
5.0.0
|
Go to the source code of this file.
Data Structures | |
struct | _SSdramc_config |
struct | _SSdramc_Memory |
Macros | |
#define | EBI_SDRAMC_ADDR (0x70000000u) |
#define | BOARD_SDRAM_BUSWIDTH 16 |
Typedefs | |
typedef struct _SSdramc_config | SSdramc_config |
typedef struct _SSdramc_Memory | SSdramc_Memory |
Functions | |
void | SDRAMC_Configure (SSdramc_Memory *pMemory, uint32_t dwClockFrequency) |
Configure and initialize the SDRAM controller. More... | |
Definitions and function prototype for SDRAMC.
#define BOARD_SDRAM_BUSWIDTH 16 |
SDRAM bus width
#define EBI_SDRAMC_ADDR (0x70000000u) |
SDRAMC Configuration
void SDRAMC_Configure | ( | SSdramc_Memory * | pMemory, |
uint32_t | dwClockFrequency | ||
) |
Configure and initialize the SDRAM controller.
pMemory | Pointer to the sdram structure. |
dwClockFrequency | SDRAM clock frequency. |