Altera SoCAL  16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
 All Data Structures Variables Typedefs Groups
SoCAL Utilities

Description

This file contains utility and support functions for the Altera SoCAL.

Members

 SoCAL Memory Read/Write Utilities
 
 SoCAL Memory Bit Set/Clr/XOR/Replace Utilities
 

Macros

#define ALT_CAST(type, ptr)   ((type) (ptr))
 

Macro Definitions

#define ALT_CAST (   type,
  ptr 
)    ((type) (ptr))

Cast the pointer to specified pointer type.

Note: This macro expands to ptr value only for assembler language targets.

Parameters
typeThe pointer type to cast to
ptrThe pointer to apply the type cast to