DMCP interface
03.15_020
|
System variables. More...
Modules | |
Flags | |
Flags. | |
Menu System | |
Menu System. | |
Fonts | |
Fonts. | |
Typedefs | |
typedef void | void_fn_t() |
General prototype for void function. | |
Variables | |
void_fn_t * | after_fat_format |
This callback function is called by system after FAT disk format (if set) | |
uint32_t | calc_state |
Main calculator state flags. | |
FIL * | ppgm_fp |
Pointer to file handle provided by system. More... | |
const char * | key_to_alpha_table |
Key to alpha translation table. More... | |
System variables.
Global variables exposed by system in System Data Block (SDB)
const char* key_to_alpha_table |
Key to alpha translation table.
Used as key to alpha translation if set by program. Used by system e.g. in "New File" dialog.
FIL* ppgm_fp |
Pointer to file handle provided by system.
This should be used by program to save memory.