| /TwlSDK-5.1.0/build/demos/wm/dataShare-Model/src/ |
| D | key.c | 50 if (repeat_count[i] > KEY_REPEAT_START) in keyRead() 53 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in keyRead()
|
| /TwlSDK-5.1.0/build/demos/wm/wep-1/src/ |
| D | key.c | 50 if (repeat_count[i] > KEY_REPEAT_START) in keyRead() 53 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in keyRead()
|
| /TwlSDK-5.1.0/build/demos.TWL/os/os_jump/src/ |
| D | main.c | 26 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro 243 if (repeat_count[i] > KEY_REPEAT_START) in ReadKey() 246 repeat_count[i] = (u16) (KEY_REPEAT_START - KEY_REPEAT_SPAN); in ReadKey()
|
| /TwlSDK-5.1.0/build/demos/wm/dataShare-Model/include/ |
| D | key.h | 21 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
|
| /TwlSDK-5.1.0/build/demos/wm/wep-1/include/ |
| D | key.h | 21 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/common/src/ |
| D | util.c | 157 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.1.0/build/demos/rtc/swclock-1/src/ |
| D | main.c | 32 #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.1.0/build/demos/spi/spiMonkey/src/ |
| D | main.c | 26 #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.1.0/build/demos/cht/catch-1/src/ |
| D | main.c | 33 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro 314 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 317 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
|
| /TwlSDK-5.1.0/build/demos/cht/catch-2/src/ |
| D | main.c | 34 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro 312 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 315 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
|
| /TwlSDK-5.1.0/build/demos/wm/mp_simple-1/src/ |
| D | main.c | 47 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro 474 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 477 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
|
| /TwlSDK-5.1.0/build/demos/wm/dataShare-1/src/ |
| D | main.c | 49 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro 527 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 530 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
|
| /TwlSDK-5.1.0/build/demos/wvr/switchover/src/ |
| D | wireless_main.c | 30 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro 516 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 519 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
|
| /TwlSDK-5.1.0/build/demos/wvr/simple/src/ |
| D | main.c | 29 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro 491 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 494 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
|
| /TwlSDK-5.1.0/build/demos/spi/mic-1/src/ |
| D | main.c | 42 #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.1.0/build/demos/spi/spiMonkey2/src/ |
| D | main.c | 28 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro 470 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 473 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
|
| /TwlSDK-5.1.0/build/demos/spi/mic-2/src/ |
| D | main.c | 52 #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.1.0/build/demos/wbt/wbt-1/src/ |
| D | main.c | 54 #define KEY_REPEAT_START 25 // Number of frames until key repeat starts macro 765 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 768 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead()
|
| /TwlSDK-5.1.0/build/demos/rtc/rtc-1/src/ |
| D | main.c | 41 #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.1.0/build/demos/wm/listenOnly/src/ |
| D | main.c | 40 #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.1.0/build/demos/math/fft-2/src/ |
| D | main.c | 38 #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()
|