python-on-a-chip online compiler

Dependencies:   mbed TSI

Embed: (wiki syntax)

« Back to documentation index

PmInt_s Struct Reference

PmInt_s Struct Reference

Integer obj. More...

#include <int.h>

Data Fields

PmObjDesc_t od
 Object descriptor.
int32_t val
 Integer value.

Detailed Description

Integer obj.

32b signed integer

Definition at line 25 of file int.h.


Field Documentation

Object descriptor.

Definition at line 28 of file int.h.

int32_t val

Integer value.

Definition at line 31 of file int.h.