| /TwlSDK-5.4/build/demos/wm/wep-1/src/ |
| D | key.c | 29 static u16 repeat_count[12]; in keyRead() local 45 repeat_count[i] = 1; in keyRead() 50 if (repeat_count[i] > KEY_REPEAT_START) in keyRead() 53 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in keyRead() 57 repeat_count[i]++; in keyRead()
|
| /TwlSDK-5.4/build/demos/wm/dataShare-Model/src/ |
| D | key.c | 29 static u16 repeat_count[12]; in keyRead() local 45 repeat_count[i] = 1; in keyRead() 50 if (repeat_count[i] > KEY_REPEAT_START) in keyRead() 53 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in keyRead() 57 repeat_count[i]++; in keyRead()
|
| /TwlSDK-5.4/build/demos.TWL/os/os_jump/src/ |
| D | main.c | 228 static u16 repeat_count[12]; in ReadKey() local 244 repeat_count[i] = 1; in ReadKey() 248 if (repeat_count[i] > KEY_REPEAT_START) in ReadKey() 251 repeat_count[i] = (u16) (KEY_REPEAT_START - KEY_REPEAT_SPAN); in ReadKey() 255 repeat_count[i]++; in ReadKey()
|
| /TwlSDK-5.4/build/demos/wxc/simple-1/src/ |
| D | main.c | 264 static u16 repeat_count[12]; in KeyRead() local 280 repeat_count[i] = 1; in KeyRead() 284 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 287 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 291 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.4/build/demos/mb/multiboot-wfs/common/src/ |
| D | util.c | 33 static u16 repeat_count[12]; /* Key repeat */ variable 175 repeat_count[i] = 1; in KeyRead() 177 else if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 180 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 184 ++repeat_count[i]; in KeyRead()
|
| /TwlSDK-5.4/build/demos/wxc/wxc-dataShare/src/ |
| D | main.c | 409 static u16 repeat_count[12]; in KeyRead() local 425 repeat_count[i] = 1; in KeyRead() 429 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 432 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 436 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.4/build/demos/wxc/unregister-1/src/ |
| D | main.c | 280 static u16 repeat_count[12]; in KeyRead() local 296 repeat_count[i] = 1; in KeyRead() 300 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 303 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 307 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.4/build/demos/rtc/swclock-1/src/ |
| D | main.c | 254 static u16 repeat_count[12]; in KeyRead() local 270 repeat_count[i] = 1; in KeyRead() 274 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 277 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 281 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.4/build/demos/spi/spiMonkey/src/ |
| D | main.c | 297 static u16 repeat_count[12]; in KeyRead() local 313 repeat_count[i] = 1; in KeyRead() 317 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 320 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 324 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.4/build/demos/cht/catch-1/src/ |
| D | main.c | 302 static u16 repeat_count[12]; in KeyRead() local 318 repeat_count[i] = 1; in KeyRead() 322 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 325 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 329 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.4/build/demos/wvr/switchover/src/ |
| D | wireless_main.c | 536 static u16 repeat_count[12]; in KeyRead() local 552 repeat_count[i] = 1; in KeyRead() 556 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 559 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 563 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.4/build/demos/wvr/simple/src/ |
| D | main.c | 508 static u16 repeat_count[12]; in KeyRead() local 524 repeat_count[i] = 1; in KeyRead() 528 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 531 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 535 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.4/build/demos/wm/dataShare-1/src/ |
| D | main.c | 540 static u16 repeat_count[12]; in KeyRead() local 556 repeat_count[i] = 1; in KeyRead() 560 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 563 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 567 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.4/build/demos/wm/mp_simple-1/src/ |
| D | main.c | 490 static u16 repeat_count[12]; in KeyRead() local 506 repeat_count[i] = 1; in KeyRead() 510 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 513 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 517 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.4/build/demos/spi/mic-1/src/ |
| D | main.c | 388 static u16 repeat_count[12]; in KeyRead() local 404 repeat_count[i] = 1; in KeyRead() 408 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 411 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 415 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.4/build/demos/spi/spiMonkey2/src/ |
| D | main.c | 449 static u16 repeat_count[12]; in KeyRead() local 465 repeat_count[i] = 1; in KeyRead() 469 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 472 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 476 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.4/build/demos/wbt/wbt-1/src/ |
| D | main.c | 776 static u16 repeat_count[12]; in KeyRead() local 792 repeat_count[i] = 1; in KeyRead() 796 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 799 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 803 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.4/build/demos/spi/mic-2/src/ |
| D | main.c | 589 static u16 repeat_count[12]; in KeyRead() local 605 repeat_count[i] = 1; in KeyRead() 609 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 612 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 616 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.4/build/demos/rtc/rtc-1/src/ |
| D | main.c | 744 static u16 repeat_count[12]; in KeyRead() local 760 repeat_count[i] = 1; in KeyRead() 764 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 767 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 771 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.4/build/demos/wm/listenOnly/src/ |
| D | main.c | 690 static u16 repeat_count[12]; in KeyRead() local 706 repeat_count[i] = 1; in KeyRead() 710 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 713 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 717 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.4/build/demos/math/fft-2/src/ |
| D | main.c | 672 static u16 repeat_count[12]; in KeyRead() local 688 repeat_count[i] = 1; in KeyRead() 692 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 695 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 699 repeat_count[i]++; in KeyRead()
|