Home
last modified time | relevance | path

Searched refs:rep (Results 1 – 24 of 24) sorted by relevance

/TwlSDK-5.1.0/build/demos/rtc/rtc-1/src/
Dmain.c87 u16 rep; // Press and hold repeat input member
363 if ((gKey.trg | gKey.rep) & PAD_KEY_DOWN) in NitroMain()
370 if ((gKey.trg | gKey.rep) & PAD_KEY_LEFT) in NitroMain()
377 if ((gKey.trg | gKey.rep) & PAD_KEY_RIGHT) in NitroMain()
387 if ((gKey.trg | gKey.rep) & PAD_KEY_UP) in NitroMain()
392 if ((gKey.trg | gKey.rep) & PAD_KEY_DOWN) in NitroMain()
397 if ((gKey.trg | gKey.rep) & PAD_KEY_LEFT) in NitroMain()
402 if ((gKey.trg | gKey.rep) & PAD_KEY_RIGHT) in NitroMain()
407 if ((gKey.trg | gKey.rep) & PAD_BUTTON_A) in NitroMain()
442 if ((gKey.trg | gKey.rep) & PAD_BUTTON_B) in NitroMain()
[all …]
/TwlSDK-5.1.0/build/demos/wm/dataShare-Model/src/
Dkey.c36 pKey->rep = 0x0000; in keyRead()
52 pKey->rep |= (0x0001 << i); in keyRead()
/TwlSDK-5.1.0/build/demos/wm/wep-1/src/
Dkey.c36 pKey->rep = 0x0000; in keyRead()
52 pKey->rep |= (0x0001 << i); in keyRead()
/TwlSDK-5.1.0/build/demos.TWL/os/os_jump/src/
Dmain.c39 u16 rep; // Press and hold repeat input member
230 pKey->rep = 0x0000; in ReadKey()
245 pKey->rep |= (0x0001 << i); // Press-and-hold repeat in ReadKey()
/TwlSDK-5.1.0/build/demos/spi/mic-1/src/
Dmain.c56 u16 rep; // Press and hold repeat input member
185 if ((gKey.trg | gKey.rep) & (PAD_KEY_LEFT | PAD_KEY_RIGHT)) in NitroMain()
196 if ((gKey.trg | gKey.rep) & PAD_KEY_UP) in NitroMain()
208 if ((gKey.trg | gKey.rep) & PAD_KEY_DOWN) in NitroMain()
221 if ((gKey.trg | gKey.rep) & (PAD_BUTTON_SELECT | PAD_BUTTON_START)) in NitroMain()
395 pKey->rep = 0x0000; in KeyRead()
410 pKey->rep |= (0x0001 << i); // Press-and-hold repeat in KeyRead()
/TwlSDK-5.1.0/build/demos/spi/spiMonkey2/src/
Dmain.c50 u16 rep; // Press and hold repeat input member
212 if ((gKey.trg | gKey.rep) & (PAD_KEY_LEFT | PAD_KEY_RIGHT)) in NitroMain()
223 if ((gKey.trg | gKey.rep) & PAD_KEY_UP) in NitroMain()
237 if ((gKey.trg | gKey.rep) & PAD_KEY_DOWN) in NitroMain()
457 pKey->rep = 0x0000; in KeyRead()
472 pKey->rep |= (0x0001 << i); // Press-and-hold repeat in KeyRead()
/TwlSDK-5.1.0/build/demos/wm/dataShare-Model/include/
Dkey.h29 u16 rep; // Press and hold repeat input member
/TwlSDK-5.1.0/build/demos/wm/wep-1/include/
Dkey.h29 u16 rep; // Press and hold repeat input member
/TwlSDK-5.1.0/build/demos/spi/mic-2/src/
Dmain.c66 u16 rep; // Press and hold repeat input member
361 if ((gKey.trg | gKey.rep) & (PAD_KEY_LEFT | PAD_KEY_RIGHT)) in NitroMain()
377 if ((gKey.trg | gKey.rep) & PAD_KEY_UP) in NitroMain()
402 if ((gKey.trg | gKey.rep) & PAD_KEY_DOWN) in NitroMain()
596 pKey->rep = 0x0000; in KeyRead()
611 pKey->rep |= (0x0001 << i); // Press-and-hold repeat in KeyRead()
/TwlSDK-5.1.0/build/demos/rtc/swclock-1/src/
Dmain.c59 u16 rep; // Press and hold repeat input member
261 pKey->rep = 0x0000; in KeyRead()
276 pKey->rep |= (0x0001 << i); // Press-and-hold repeat in KeyRead()
/TwlSDK-5.1.0/build/demos/spi/spiMonkey/src/
Dmain.c39 u16 rep; // Press and hold repeat input member
304 pKey->rep = 0x0000; in KeyRead()
319 pKey->rep |= (0x0001 << i); // Press-and-hold repeat in KeyRead()
/TwlSDK-5.1.0/build/demos/math/fft-2/src/
Dmain.c71 u16 rep; // Press and hold repeat input member
300 if ((key.trg | key.rep) & (PAD_KEY_LEFT | PAD_KEY_RIGHT)) in NitroMain()
302 if ((key.trg | key.rep) & PAD_KEY_RIGHT) in NitroMain()
306 if ((key.trg | key.rep) & PAD_KEY_LEFT) in NitroMain()
325 if ((key.trg | key.rep) & PAD_KEY_UP) in NitroMain()
334 if ((key.trg | key.rep) & PAD_KEY_DOWN) in NitroMain()
679 pKey->rep = 0x0000; in KeyRead()
694 pKey->rep |= (0x0001 << i); // Press-and-hold repeat in KeyRead()
/TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/common/include/
Dutil.h73 u16 rep; /* Press and hold repeat input */ member
/TwlSDK-5.1.0/build/demos/cht/catch-1/src/
Dmain.c49 u16 rep; // Press and hold repeat input member
301 pKey->rep = 0x0000; in KeyRead()
316 pKey->rep |= (0x0001 << i); // Press-and-hold repeat in KeyRead()
/TwlSDK-5.1.0/build/demos/cht/catch-2/src/
Dmain.c55 u16 rep; // Press and hold repeat input member
299 pKey->rep = 0x0000; in KeyRead()
314 pKey->rep |= (0x0001 << i); // Press-and-hold repeat in KeyRead()
/TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/common/src/
Dutil.c165 pKey->rep = 0x0000; in KeyRead()
179 pKey->rep |= bit; in KeyRead()
/TwlSDK-5.1.0/build/demos/wm/mp_simple-1/src/
Dmain.c66 u16 rep; // Press and hold repeat input member
461 pKey->rep = 0x0000; in KeyRead()
476 pKey->rep |= (0x0001 << i); // Press-and-hold repeat in KeyRead()
/TwlSDK-5.1.0/build/demos/wm/dataShare-1/src/
Dmain.c68 u16 rep; // Press and hold repeat input member
514 pKey->rep = 0x0000; in KeyRead()
529 pKey->rep |= (0x0001 << i); // Press-and-hold repeat in KeyRead()
/TwlSDK-5.1.0/build/demos/wvr/switchover/src/
Dwireless_main.c50 u16 rep; // Press and hold repeat input member
503 pKey->rep = 0x0000; in KeyRead()
518 pKey->rep |= (0x0001 << i); // Press-and-hold repeat in KeyRead()
/TwlSDK-5.1.0/build/demos/wvr/simple/src/
Dmain.c49 u16 rep; // Press and hold repeat input member
478 pKey->rep = 0x0000; in KeyRead()
493 pKey->rep |= (0x0001 << i); // Press-and-hold repeat in KeyRead()
/TwlSDK-5.1.0/build/demos/wbt/wbt-1/src/
Dmain.c70 u16 rep; // Press and hold repeat input member
752 pKey->rep = 0x0000; in KeyRead()
767 pKey->rep |= (0x0001 << i); // Press-and-hold repeat in KeyRead()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOBitmap.c629 int rep = 0; in DEMODrawText() local
655 rep = align - ((px / 8) & (align - 1)); in DEMODrawText()
660 rep = 1; in DEMODrawText()
664 while (--rep >= 0) in DEMODrawText()
/TwlSDK-5.1.0/build/demos/ctrdg/backup-1/src/
Ddraw.c407 int rep = 0; in DrawTextLen() local
433 rep = align - ((px / 8) & (align - 1)); in DrawTextLen()
439 rep = 1; in DrawTextLen()
442 while (--rep >= 0) in DrawTextLen()
/TwlSDK-5.1.0/build/demos/wm/listenOnly/src/
Dmain.c61 u16 rep; // Press and hold repeat input member
697 pKey->rep = 0x0000; in KeyRead()
712 pKey->rep |= (0x0001 << i); // Press-and-hold repeat in KeyRead()