Altera SoCAL  16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
 All Data Structures Variables Typedefs Groups
Component Instance : ocram

Description

Instance ocram of component ALT_OCRAM.

Macros

#define ALT_OCRAM_OFST   0xffff0000
 
#define ALT_OCRAM_ADDR   ALT_CAST(void *, (ALT_CAST(char *, ALT_HPS_ADDR) + ALT_OCRAM_OFST))
 
#define ALT_OCRAM_LB_ADDR   ALT_OCRAM_ADDR
 
#define ALT_OCRAM_UB_ADDR   ALT_CAST(void *, (ALT_CAST(char *, ALT_OCRAM_ADDR) + 0xffff))
 

Macro Definitions

#define ALT_OCRAM_OFST   0xffff0000

The base address byte offset for the start of the ALT_OCRAM component.

#define ALT_OCRAM_ADDR   ALT_CAST(void *, (ALT_CAST(char *, ALT_HPS_ADDR) + ALT_OCRAM_OFST))

The start address of the ALT_OCRAM component.

#define ALT_OCRAM_LB_ADDR   ALT_OCRAM_ADDR

The lower bound address range of the ALT_OCRAM component.

#define ALT_OCRAM_UB_ADDR   ALT_CAST(void *, (ALT_CAST(char *, ALT_OCRAM_ADDR) + 0xffff))

The upper bound address range of the ALT_OCRAM component.