|
pico-binary-info
Portable Pi Pico binary_info parser
|
Binary info entry holding a pointer to a named 32-bit integer variable. More...
#include <structure.h>
Public Member Functions | |
| bi_ptr_of (const int) value | |
| Pointer to the integer variable. | |
| bi_ptr_of (const char) label | |
| Pointer to the null-terminated display label. | |
Data Fields | |
| struct _binary_info_core | core |
| Common binary info header. | |
| int32_t | id |
| Identifier for the variable. | |
Binary info entry holding a pointer to a named 32-bit integer variable.