| /TwlSDK-5.2.1/build/demos/snd/synth/src/ |
| D | main.c | 51 int touch:1; member 117 tp.touch = 0; in NitroMain() 166 if (tp.touch) in NitroMain() 337 old = tp.touch; in TpRead() 343 tp.touch = tp_data.touch; in TpRead() 344 tp.trg = tp.touch & (tp.touch ^ old); in TpRead() 345 tp.rls = old & (old ^ tp.touch); in TpRead()
|
| /TwlSDK-5.2.1/build/demos/vib/pulse_vib/src/ |
| D | main.c | 364 if ((Trg & PAD_BUTTON_A) || (tp_trg.touch && tp_trg.x > 128)) in set_pulse_state() 369 else if (tp_trg.touch && tp_trg.x <= 128) in set_pulse_state() 376 else if (Trg & PAD_BUTTON_B || tp_uptrg.touch) in set_pulse_state() 517 if ((Trg & PAD_BUTTON_A) || (tp_trg.touch && tp_trg.x > 128)) in save_and_load_pulse_state() 530 else if (tp_trg.touch && tp_trg.x <= 128) in save_and_load_pulse_state() 545 else if (Trg & PAD_BUTTON_B || (tp_uptrg.touch && tp_uptrg.x > 128)) in save_and_load_pulse_state() 765 tp_last.touch = 0; in read_tp() 768 if (tp_last.touch && (!tp_pre.touch)) in read_tp() 774 tp_trg.touch = FALSE; in read_tp() 777 if ((!tp_last.touch) && tp_pre.touch) in read_tp() [all …]
|
| /TwlSDK-5.2.1/build/demos/fs/overlay-staticinit/src/ |
| D | main.c | 110 if (cur_tp->touch == TP_TOUCH_OFF) in GetInput() 112 input->tp.touch = TP_TOUCH_OFF; in GetInput() 119 hold_bits = (u16)(PAD_Read() | (input->tp.touch ? PAD_BUTTON_TP : 0)); in GetInput()
|
| /TwlSDK-5.2.1/build/libraries/spi/ARM9/src/ |
| D | tp.c | 207 result->touch = (u8)spi_tp.e.touch; in TPi_CopyTpFromSystemWork() 687 tpState.samplingBufs[i].touch = TP_TOUCH_OFF; in TP_RequestAutoSamplingStartAsync() 820 if (!tp->touch) in TP_GetLatestRawPointInAuto() 855 result->touch = TP_TOUCH_ON; in TP_GetLatestRawPointInAuto() 861 result->touch = TP_TOUCH_ON; in TP_GetLatestRawPointInAuto() 1045 disp->touch = raw->touch; in TP_GetCalibratedPoint() 1048 if (raw->touch == 0) in TP_GetCalibratedPoint()
|
| /TwlSDK-5.2.1/build/demos/spi/tp-2/src/ |
| D | main.c | 171 if (!buf[idx].touch) in HandDraw() 173 tpLast.touch = 0; in HandDraw() 183 if (!tpLast.touch) in HandDraw()
|
| /TwlSDK-5.2.1/build/demos/math/fft-2/src/ |
| D | main.c | 87 int touch:1; member 366 if (tp.touch) in NitroMain() 1183 old = tp->touch; in TpRead() 1189 tp->touch = tp_data.touch; in TpRead() 1190 tp->trg = tp->touch & (tp->touch ^ old); in TpRead() 1191 tp->rls = old & (old ^ tp->touch); in TpRead()
|
| /TwlSDK-5.2.1/build/demos/wm/wmPadRead-child/src/ |
| D | main.c | 65 u8 touch; member 397 if (disp_point.touch) in DoPadSharing() 434 sendData.touch = (u8)disp_point.touch; in DoPadSharing() 502 if( i != myAid && gRecvData[i].touch ) in DoPadSharing()
|
| /TwlSDK-5.2.1/build/demos.TWL/spi/spiMonkey3/src/ |
| D | main.c | 1035 if ((gTpData[index].touch == TP_TOUCH_ON) && (gTpData[index].validity == TP_VALIDITY_VALID)) in SetDrawTpData() 1037 gDrawTpData[i].touch = TP_TOUCH_ON; in SetDrawTpData() 1042 gDrawTpData[i].touch = TP_TOUCH_OFF; in SetDrawTpData() 1061 if (gDrawTpData[0].touch == TP_TOUCH_ON) in DrawTpData() 1066 if (gDrawTpData[1].touch == TP_TOUCH_ON) in DrawTpData() 1071 if (gDrawTpData[2].touch == TP_TOUCH_ON) in DrawTpData() 1076 if (gDrawTpData[3].touch == TP_TOUCH_ON) in DrawTpData()
|
| /TwlSDK-5.2.1/ |
| D | changelog-TwlSDK-5_2_patch1-20090617.txt | 19 …When the touch panel was used in CODEC-TWL mode, sometimes pen-up was not recognized correctly due…
|
| /TwlSDK-5.2.1/build/tools/loadrun.TWL/ |
| D | nitrorun.TWL | 138 touch $tmpFile
|
| /TwlSDK-5.2.1/tools/bin/ |
| D | nitrorun.TWL | 138 touch $tmpFile
|
| /TwlSDK-5.2.1/include/nitro/spi/common/ |
| D | type.h | 170 u32 touch:1; member
|
| /TwlSDK-5.2.1/build/demos/spi/tp-1/src/ |
| D | main.c | 165 if (disp_point.touch) in NitroMain()
|
| /TwlSDK-5.2.1/include/nitro/spi/ARM9/ |
| D | tp.h | 92 u16 touch; // Touch yes/no member
|
| /TwlSDK-5.2.1/build/demos/spi/spiMonkey2/src/ |
| D | main.c | 185 gTpData.touch = TP_TOUCH_OFF; in NitroMain() 366 if (gTpData.touch == TP_TOUCH_ON) in Draw3D()
|
| /TwlSDK-5.2.1/build/demos/spi/spiMonkey/src/ |
| D | main.c | 208 if (gTpData[i].touch == TP_TOUCH_ON) in Draw3D()
|
| /TwlSDK-5.2.1/build/buildtools/ |
| D | modulerules | 158 install $(1) $(2) && touch -m -r $(1) $(2)
|
| /TwlSDK-5.2.1/build/demos/prc/characterRecognition-1/src/ |
| D | main.c | 132 if (sample.touch && (sample.validity == 0)) in NitroMain()
|
| /TwlSDK-5.2.1/build/demos/prc/characterRecognition-2/src/ |
| D | main.c | 199 if (sample.touch && (sample.validity == 0)) in NitroMain()
|