Hardware Libraries  20.1
Arria 10 SoC Abstration Layer
 All 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