Home
last modified time | relevance | path

Searched refs:MENU_ELEMENT_NUM (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.5.5/build/demos.TWL/nandApp/SubBanner/src/
Dmain.c22 #define MENU_ELEMENT_NUM 4 // Number of menu items macro
51 static const char *pStrMenu[ MENU_ELEMENT_NUM ] =
69 MENU_ELEMENT_NUM,
152 if( ++cursor == MENU_ELEMENT_NUM ) in TwlMain()
161 cursor=MENU_ELEMENT_NUM - 1; in TwlMain()