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.
PmBlock_s Struct Reference
Block. More...
#include <frame.h>
Data Fields | |
| PmObjDesc_t | od |
| Obligatory obj descriptor. | |
| pPmObj_t * | b_sp |
| Ptr to backup stack ptr. | |
| uint8_t const * | b_handler |
| Handler fxn obj. | |
| PmBlockType_t | b_type:8 |
| Block type. | |
| struct PmBlock_s * | next |
| Next block in stack. | |
Detailed Description
Block.
Extra info for loops and trys (others?) Frames use linked list of blocks to handle nested loops and try-catch blocks.
Definition at line 53 of file frame.h.
Field Documentation
Generated on Tue Jul 12 2022 23:13:47 by
1.7.2