Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/wm/wep-1/src/
Dkey.c50 if (repeat_count[i] > KEY_REPEAT_START) in keyRead()
53 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in keyRead()
/TwlSDK-5.4/build/demos/wm/dataShare-Model/src/
Dkey.c50 if (repeat_count[i] > KEY_REPEAT_START) in keyRead()
53 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in keyRead()
/TwlSDK-5.4/build/demos.TWL/os/os_jump/src/
Dmain.c27 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
248 if (repeat_count[i] > KEY_REPEAT_START) in ReadKey()
251 repeat_count[i] = (u16) (KEY_REPEAT_START - KEY_REPEAT_SPAN); in ReadKey()
/TwlSDK-5.4/build/demos/wxc/simple-1/src/
Dmain.c33 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
284 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead()
287 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
/TwlSDK-5.4/build/demos/wm/wep-1/include/
Dkey.h21 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
/TwlSDK-5.4/build/demos/wm/dataShare-Model/include/
Dkey.h21 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
/TwlSDK-5.4/build/demos/mb/multiboot-wfs/common/src/
Dutil.c157 KEY_REPEAT_START = 25, /* Number of frames until key repeat starts */ in KeyRead() enumerator
177 else if (repeat_count[i] > KEY_REPEAT_START) in KeyRead()
180 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
/TwlSDK-5.4/build/demos/wxc/wxc-dataShare/src/
Dmain.c41 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
429 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead()
432 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
/TwlSDK-5.4/build/demos/wxc/unregister-1/src/
Dmain.c33 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
300 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead()
303 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
/TwlSDK-5.4/build/demos/rtc/swclock-1/src/
Dmain.c32 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
274 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead()
277 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
/TwlSDK-5.4/build/demos/spi/spiMonkey/src/
Dmain.c26 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
317 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead()
320 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
/TwlSDK-5.4/build/demos/cht/catch-1/src/
Dmain.c41 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
322 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead()
325 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
/TwlSDK-5.4/build/demos/wvr/switchover/src/
Dwireless_main.c30 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
556 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead()
559 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
/TwlSDK-5.4/build/demos/wvr/simple/src/
Dmain.c29 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
528 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead()
531 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
/TwlSDK-5.4/build/demos/wm/dataShare-1/src/
Dmain.c49 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
560 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead()
563 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
/TwlSDK-5.4/build/demos/wm/mp_simple-1/src/
Dmain.c47 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
510 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead()
513 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
/TwlSDK-5.4/build/demos/spi/mic-1/src/
Dmain.c42 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
408 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead()
411 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
/TwlSDK-5.4/build/demos/spi/spiMonkey2/src/
Dmain.c28 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
469 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead()
472 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
/TwlSDK-5.4/build/demos/wbt/wbt-1/src/
Dmain.c54 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
796 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead()
799 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
/TwlSDK-5.4/build/demos/spi/mic-2/src/
Dmain.c52 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
609 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead()
612 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
/TwlSDK-5.4/build/demos/rtc/rtc-1/src/
Dmain.c41 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
764 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead()
767 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
/TwlSDK-5.4/build/demos/wm/listenOnly/src/
Dmain.c40 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
710 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead()
713 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
/TwlSDK-5.4/build/demos/math/fft-2/src/
Dmain.c38 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
692 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead()
695 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()