RTEMS  5.0.0
Data Structures | Macros | Typedefs | Functions
sdramc.h File Reference

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...
 

Detailed Description

Definitions and function prototype for SDRAMC.

Macro Definition Documentation

◆ BOARD_SDRAM_BUSWIDTH

#define BOARD_SDRAM_BUSWIDTH   16

SDRAM bus width

◆ EBI_SDRAMC_ADDR

#define EBI_SDRAMC_ADDR   (0x70000000u)

SDRAMC Configuration

Function Documentation

◆ SDRAMC_Configure()

void SDRAMC_Configure ( SSdramc_Memory pMemory,
uint32_t  dwClockFrequency 
)

Configure and initialize the SDRAM controller.

Parameters
pMemoryPointer to the sdram structure.
dwClockFrequencySDRAM clock frequency.