Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/wm/wep-1/src/
Dkey.c29 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/
Dkey.c29 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/
Dmain.c228 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/
Dmain.c264 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/
Dutil.c33 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/
Dmain.c409 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/
Dmain.c280 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/
Dmain.c254 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/
Dmain.c297 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/
Dmain.c302 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/
Dwireless_main.c536 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/
Dmain.c508 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/
Dmain.c540 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/
Dmain.c490 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/
Dmain.c388 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/
Dmain.c449 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/
Dmain.c776 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/
Dmain.c589 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/
Dmain.c744 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/
Dmain.c690 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/
Dmain.c672 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()