216
"C" Programming Guide For Optimus S/R
Example
}
void FuncUpload (void)
{
/* to do: add your own program code here */
}
void FuncDownload (void)
{
/* to do: add your own program code here */
}
prc_menu (&MyMenu); /* process MyMenu menu */
Description
This routine creates a user-defined menu. SMENU and MENU structures are
defined in the header files. User can simply fill the MENU structure and call
prc_menu to build a hierarchy menu-driven user interface.
Return
If successful, it returns 1.
Otherwise, it returns 0 to indicate the ESC key was pressed to abort operation.
Summary of Contents for Optimus R
Page 1: ...Printed on 20 March 2006 C Programming Guide Version 3 04 02 Optimus S Optimus R...
Page 6: ......
Page 8: ...2 C Programming Guide For Optimus S R...
Page 12: ...6 C Programming Guide For Optimus S R The flow is illustrated as shown below...
Page 23: ...Chapter 2 Development Environment 17 Different types signed unsigned Different types same size...
Page 24: ...18 C Programming Guide For Optimus S R...
Page 220: ...214 C Programming Guide For Optimus S R See Also FlashSize free_memory...