python-on-a-chip online compiler

Dependencies:   mbed TSI

Embed: (wiki syntax)

« Back to documentation index

PmObj_s Struct Reference

PmObj_s Struct Reference

The abstract empty object type for PyMite. More...

#include <obj.h>

Data Fields

PmObjDesc_t od
 Object descriptor.

Detailed Description

The abstract empty object type for PyMite.

Definition at line 218 of file obj.h.


Field Documentation

Object descriptor.

Definition at line 221 of file obj.h.