![]() |
Altera SoCAL
16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
|
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)) |
#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.
type | The pointer type to cast to |
ptr | The pointer to apply the type cast to |