python-on-a-chip online compiler

Dependencies:   mbed TSI

Embed: (wiki syntax)

« Back to documentation index

PmNo_s Struct Reference

PmNo_s Struct Reference

Native Code Object. More...

#include <codeobj.h>

Data Fields

PmObjDesc_t od
 object descriptor
int8_t no_argcount
 expected num args to the func
int16_t no_funcindx
 index into native function table

Detailed Description

Native Code Object.

An extended object that holds only the most frequently used parts of the static native image. Other parts can be obtained by inspecting the native image itself.

Definition at line 115 of file codeobj.h.


Field Documentation

int8_t no_argcount

expected num args to the func

Definition at line 120 of file codeobj.h.

int16_t no_funcindx

index into native function table

Definition at line 122 of file codeobj.h.

object descriptor

Definition at line 118 of file codeobj.h.