Searched refs:message (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.5.5/build/demos.TWL/nandApp/SubBanner/src/ |
| D | main.c | 86 static char message[MESSAGE_SIZE]=""; variable 182 DEMODrawText( 1 * MENU_TEXT_SIZE, 3 * MENU_TEXT_SIZE, message); in TwlMain() 204 (void)STD_CopyLString( message, "write succeed.", MESSAGE_SIZE ); in TwlMain() 208 (void)STD_CopyLString( message, "write failed.", MESSAGE_SIZE ); in TwlMain() 213 (void)STD_CopyLString( message, "read rom failed.", MESSAGE_SIZE ); in TwlMain() 218 (void)STD_CopyLString( message, "open rom failed.", MESSAGE_SIZE ); in TwlMain() 226 (void)STD_CopyLString( message, "edit succeed.", MESSAGE_SIZE ); in TwlMain() 230 (void)STD_CopyLString( message, "edit failed.", MESSAGE_SIZE ); in TwlMain() 235 (void)STD_CopyLString( message, "load failed.", MESSAGE_SIZE ); in TwlMain() 242 (void)STD_CopyLString( message, "delete succeed", MESSAGE_SIZE ); in TwlMain() [all …]
|