Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of pymite by
PmSeqIter_s Struct Reference
Sequence Iterator Object. More...
#include <seq.h>
Data Fields | |
| PmObjDesc_t | od |
| Object descriptor. | |
| pPmObj_t | si_sequence |
| Sequence object. | |
| int16_t | si_index |
| Index value. | |
Detailed Description
Sequence Iterator Object.
Instances of this object are created by GET_ITER and used by FOR_ITER. Stores a pointer to a sequence and an index int16_t.
Definition at line 25 of file seq.h.
Field Documentation
Generated on Tue Jul 12 2022 21:25:47 by
1.7.2
