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

Description

Instance dap of component ALT_DAP.

Macros

#define ALT_DAP_REG_ADDR   ALT_CAST(void *, (ALT_CAST(char *, ALT_DAP_ADDR) + ALT_DAP_REG_OFST))
 
#define ALT_DAP_OFST   0xff000000
 
#define ALT_DAP_ADDR   ALT_CAST(void *, (ALT_CAST(char *, ALT_HPS_ADDR) + ALT_DAP_OFST))
 
#define ALT_DAP_LB_ADDR   ALT_DAP_ADDR
 
#define ALT_DAP_UB_ADDR   ALT_CAST(void *, ((ALT_CAST(char *, ALT_DAP_ADDR) + 0x4) - 1))
 

Macro Definitions

#define ALT_DAP_REG_ADDR   ALT_CAST(void *, (ALT_CAST(char *, ALT_DAP_ADDR) + ALT_DAP_REG_OFST))

The address of the ALT_DAP_REG register for the ALT_DAP instance.

#define ALT_DAP_OFST   0xff000000

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

#define ALT_DAP_ADDR   ALT_CAST(void *, (ALT_CAST(char *, ALT_HPS_ADDR) + ALT_DAP_OFST))

The start address of the ALT_DAP component.

#define ALT_DAP_LB_ADDR   ALT_DAP_ADDR

The lower bound address range of the ALT_DAP component.

#define ALT_DAP_UB_ADDR   ALT_CAST(void *, ((ALT_CAST(char *, ALT_DAP_ADDR) + 0x4) - 1))

The upper bound address range of the ALT_DAP component.