python-on-a-chip online compiler

Dependencies:   mbed TSI

Embed: (wiki syntax)

« Back to documentation index

frame.c File Reference

frame.c File Reference

VM Frame. More...

Go to the source code of this file.

Functions

PmReturn_t frame_new (pPmObj_t pfunc, pPmObj_t *r_pobj)
 Allocate space for a new frame, fill its fields with respect to the given function object.

Detailed Description

VM Frame.

VM frame operations.

Definition in file frame.c.


Function Documentation

PmReturn_t frame_new ( pPmObj_t  pfunc,
pPmObj_t r_pobj 
)

Allocate space for a new frame, fill its fields with respect to the given function object.

Return pointer to the new frame.

Parameters:
pfuncptr to Function object.
r_pobjReturn value; the new frame.
Returns:
Return status.

Definition at line 25 of file frame.c.