MATLAB Link for Code Composer Studio Development Tools    
deref

Return an object that accesses the object a pointer object points to

Syntax

Description

objname2 = deref(objname) creates objname2, an object representing the target of objname, which is either a pointer or rpointer object. deref does exactly what the dereferencing operator * does in C. Pointer and rpointer objects support using function deref.

After being returned by deref, objname2 is an object which represents the target of objname. When you write objname2 to CCS,

See Also

createobj, read, write


  deleteregister dir