MicroPython machine module type declarations. More...
MicroPython machine module type declarations.
Definition in file modmachine.h.
Include dependency graph for modmachine.h:Go to the source code of this file.
Data Structures | |
| struct | _machine_pin_obj_t |
| Machine pin object. More... | |
Typedefs | |
| typedef struct _machine_pin_obj_t | machine_pin_obj_t |
| Machine pin object. | |
Functions | |
| MP_DECLARE_CONST_FUN_OBJ_0 (machine_info_obj) | |
| Machine info function object. | |