Hardware Libraries  20.1
Stratix 10 SoC Hardware Manager
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros 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