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
PmNo_s Struct Reference
Native Code Object. More...
#include <codeobj.h>
Data Fields | |
| PmObjDesc_t | od |
| object descriptor | |
| int8_t | no_argcount |
| expected num args to the func | |
| int16_t | no_funcindx |
| index into native function table | |
Detailed Description
Native Code Object.
An extended object that holds only the most frequently used parts of the static native image. Other parts can be obtained by inspecting the native image itself.
Definition at line 115 of file codeobj.h.
Field Documentation
| int8_t no_argcount |
| int16_t no_funcindx |
Generated on Tue Jul 12 2022 21:25:47 by
1.7.2
