python-on-a-chip online compiler

Dependencies:   mbed TSI

Embed: (wiki syntax)

« Back to documentation index

Seglist_s Struct Reference

Seglist_s Struct Reference

Seglist - linked list of segments with current index info. More...

#include <seglist.h>

Data Fields

PmObjDesc_t od
 object descriptor
int16_t sl_length
 index of (one past) last obj in last segment
pSegment_t sl_rootseg
 ptr to first segment in list
pSegment_t sl_lastseg
 ptr to last segment

Detailed Description

Seglist - linked list of segments with current index info.

Definition at line 51 of file seglist.h.


Field Documentation

object descriptor

Definition at line 54 of file seglist.h.

ptr to last segment

Definition at line 60 of file seglist.h.

int16_t sl_length

index of (one past) last obj in last segment

Definition at line 56 of file seglist.h.

ptr to first segment in list

Definition at line 58 of file seglist.h.