Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/nwc24demo/src/MsgViewer/
DMsgViewer.c124 static u32 s_longHold = 0; // Button held down variable
172 s_longHold |= 0x1 << iButton; in main()
176 s_longHold &= ~(0x1 << iButton); in main()
180 trig |= (s_longHold & ALL_BUTTONS_REPEATABLE); in main()