Stores the name of the application. More...
Go to the source code of this file.
Macros | |
#define | ZAF_FILE_SIZE_APP_NAME 30 |
Functions | |
bool | ZAF_AppName_Read (char *app_name) |
Reads the name of the application into a character array. | |
bool | ZAF_AppName_Write (void) |
Writes the name of the application to the non-volatile memory, if it isn't already up to date. | |
Stores the name of the application.
Stores the application's name, aiding the identification of devices during development.
#define ZAF_FILE_SIZE_APP_NAME 30 |
bool ZAF_AppName_Read | ( | char * | app_name | ) |
Reads the name of the application into a character array.
[out] | app_name |
bool ZAF_AppName_Write | ( | void | ) |
Writes the name of the application to the non-volatile memory, if it isn't already up to date.