Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/nwc24demo/src/FLViewer/
DFLViewer.c93 static u32 s_holdCount[NUM_KPAD_BUTTONS] = { 0 }; variable
130 ++s_holdCount[iButton]; in main()
134 s_holdCount[iButton] = 0; in main()
137 if ( HOLD_THRESHOLD < s_holdCount[iButton] ) in main()
140 s_holdCount[iButton] -= HOLD_WAIT; in main()
/RevoEX-2.3/build/demos/nwc24demo/src/MsgViewer/
DMsgViewer.c125 static u32 s_holdCount[32] = { 0 }; variable
163 ++s_holdCount[iButton]; in main()
167 s_holdCount[iButton] = 0; in main()
170 if ( HOLD_THRESHOLD < s_holdCount[iButton] ) in main()