python-on-a-chip online compiler

Dependencies:   mbed TSI

Embed: (wiki syntax)

« Back to documentation index

PmCodeImgObj_s Struct Reference

PmCodeImgObj_s Struct Reference

Code image object. More...

#include <img.h>

Data Fields

PmObjDesc_t od
 Object descriptor.
uint8_t val [1]
 Null-term? char array.

Detailed Description

Code image object.

A type to hold code images in the heap. A code image with an object descriptor at the front. Used for storing image objects during ipm; the code object keeps a reference to this object.

Definition at line 43 of file img.h.


Field Documentation

Object descriptor.

Definition at line 46 of file img.h.

uint8_t val[1]

Null-term? char array.

Definition at line 49 of file img.h.