Numworks Epsilon  1.4.1
Graphing Calculator Operating System
_mp_state_thread_t Struct Reference

#include <mpstate.h>

Public Attributes

mp_obj_dict_tdict_locals
 
mp_obj_dict_tdict_globals
 
nlr_buf_tnlr_top
 
char * stack_top
 

Detailed Description

Definition at line 214 of file mpstate.h.

Member Data Documentation

◆ dict_globals

mp_obj_dict_t* _mp_state_thread_t::dict_globals

Definition at line 216 of file mpstate.h.

◆ dict_locals

mp_obj_dict_t* _mp_state_thread_t::dict_locals

Definition at line 215 of file mpstate.h.

◆ nlr_top

nlr_buf_t* _mp_state_thread_t::nlr_top

Definition at line 219 of file mpstate.h.

◆ stack_top

char* _mp_state_thread_t::stack_top

Definition at line 222 of file mpstate.h.


The documentation for this struct was generated from the following file: