python-on-a-chip online compiler

Dependencies:   mbed TSI

Embed: (wiki syntax)

« Back to documentation index

Segment_s Struct Reference

Segment_s Struct Reference

Segment - an array of ptrs to objs. More...

#include <seglist.h>

Data Fields

PmObjDesc_t od
 object descriptor
pPmObj_t s_val [SEGLIST_OBJS_PER_SEG]
 array of ptrs to objs
struct Segment_snext
 ptr to next segment

Detailed Description

Segment - an array of ptrs to objs.

Definition at line 38 of file seglist.h.


Field Documentation

struct Segment_s* next

ptr to next segment

Definition at line 45 of file seglist.h.

object descriptor

Definition at line 41 of file seglist.h.

pPmObj_t s_val[SEGLIST_OBJS_PER_SEG]

array of ptrs to objs

Definition at line 43 of file seglist.h.