| /TwlSDK-5.1.0/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.1.0/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.1.0/build/demos.TWL/os/os_jump/src/ |
| D | main.c | 223 static u16 repeat_count[12]; in ReadKey() local 239 repeat_count[i] = 1; in ReadKey() 243 if (repeat_count[i] > KEY_REPEAT_START) in ReadKey() 246 repeat_count[i] = (u16) (KEY_REPEAT_START - KEY_REPEAT_SPAN); in ReadKey() 250 repeat_count[i]++; in ReadKey()
|
| /TwlSDK-5.1.0/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.1.0/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.1.0/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.1.0/build/demos/cht/catch-1/src/ |
| D | main.c | 294 static u16 repeat_count[12]; in KeyRead() local 310 repeat_count[i] = 1; in KeyRead() 314 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 317 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 321 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.1.0/build/demos/cht/catch-2/src/ |
| D | main.c | 292 static u16 repeat_count[12]; in KeyRead() local 308 repeat_count[i] = 1; in KeyRead() 312 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 315 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 319 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.1.0/build/demos/wm/mp_simple-1/src/ |
| D | main.c | 454 static u16 repeat_count[12]; in KeyRead() local 470 repeat_count[i] = 1; in KeyRead() 474 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 477 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 481 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.1.0/build/demos/wm/dataShare-1/src/ |
| D | main.c | 507 static u16 repeat_count[12]; in KeyRead() local 523 repeat_count[i] = 1; in KeyRead() 527 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 530 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 534 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.1.0/build/demos/wvr/switchover/src/ |
| D | wireless_main.c | 496 static u16 repeat_count[12]; in KeyRead() local 512 repeat_count[i] = 1; in KeyRead() 516 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 519 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 523 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.1.0/build/demos/wvr/simple/src/ |
| D | main.c | 471 static u16 repeat_count[12]; in KeyRead() local 487 repeat_count[i] = 1; in KeyRead() 491 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 494 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 498 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.1.0/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.1.0/build/demos/spi/spiMonkey2/src/ |
| D | main.c | 450 static u16 repeat_count[12]; in KeyRead() local 466 repeat_count[i] = 1; in KeyRead() 470 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 473 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 477 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.1.0/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.1.0/build/demos/wbt/wbt-1/src/ |
| D | main.c | 745 static u16 repeat_count[12]; in KeyRead() local 761 repeat_count[i] = 1; in KeyRead() 765 if (repeat_count[i] > KEY_REPEAT_START) in KeyRead() 768 repeat_count[i] = KEY_REPEAT_START - KEY_REPEAT_SPAN; in KeyRead() 772 repeat_count[i]++; in KeyRead()
|
| /TwlSDK-5.1.0/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.1.0/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.1.0/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()
|