Home
last modified time | relevance | path

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

/RevoEX-2.1/build/demos/nwc24demo/src/FLViewer/
DFLViewer.c90 static u32 s_holdCount[NUM_KPAD_BUTTONS] = { 0 }; variable
127 ++s_holdCount[iButton]; in main()
131 s_holdCount[iButton] = 0; in main()
134 if ( HOLD_THRESHOLD < s_holdCount[iButton] ) in main()
137 s_holdCount[iButton] -= HOLD_WAIT; in main()
/RevoEX-2.1/build/demos/nwc24demo/src/MsgViewer/
DMsgViewer.c91 static u32 s_holdCount[NUM_KPAD_BUTTONS] = { 0 }; variable
124 ++s_holdCount[iButton]; in main()
128 s_holdCount[iButton] = 0; in main()
131 if ( HOLD_THRESHOLD < s_holdCount[iButton] ) in main()