RTEMS  5.1
Modules | Macros

Modules

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

Macros

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

Detailed Description

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

Macro Definition Documentation

◆ ALT_CAST

#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