代码搜索:touch

找到约 6,822 项符合「touch」的源代码

代码结果 6,822
www.eeworm.com/read/432357/8609180

h touch.h

/* 触摸屏被按下时(即有触摸事件发生)则ADS7846向CPU发中断请求,CPU接到请求后,应延时一下再响应其请求,目的是为了消除抖动使得采样更准确。如果一次采样不准确。 ADS7846 触摸屏中断 外部中断6(INT6)      DCLK PD4 DIN PD5 READY PD6 DOUT  P
www.eeworm.com/read/432357/8609189

o touch.o

XL H 5 areas 12 global symbols M touch.c S push_gset2 Ref0000 S push_gset3 Ref0000 S div32u Ref0000 S pop_lset Ref0000 S pop_gset2 Ref0000 S pop_gset3 Ref0000 S empy32u Ref0000 S push_lset R
www.eeworm.com/read/387835/8651631

com touch.com

www.eeworm.com/read/286728/8747496

c touch.c

#include "..\Target\44b.h" #include "..\Target\44blib.h" #define TOUCH_MSR_Y 0x9c//读Y轴坐标命令(参考表14-2的位定义说明) #define TOUCH_MSR_X 0xdc//读X轴坐标命令 typedef struct { int Pressed; int x; int
www.eeworm.com/read/286728/8747500

h touch.h

int ReadTouch(unsigned char command); void Test_Touch(void);
www.eeworm.com/read/284411/8934603

c touch.c

#include "config.h" #include "regmap.h" #include "memmap.h" #include "global.h" #include "sio.h" #include "gpio.h" #include "func.h" #ifdef SUPPORT_TOUCH_SCREEN #ifdef SUPPORT_GPIO_BUS_FUNCT
www.eeworm.com/read/186121/8958726

mcp touch.mcp

www.eeworm.com/read/186121/8958729

c touch.c

#include "..\Target\44b.h" #include "..\Target\44blib.h" #define TOUCH_MSR_Y 0x9c//读Y轴坐标命令(参考表14-2的位定义说明) #define TOUCH_MSR_X 0xdc//读X轴坐标命令 typedef struct { int Pressed; int x; int y; }TOU
www.eeworm.com/read/186121/8958732

h touch.h

#ifndef __TOUCH_H__ #define __TOUCH_H__ int ReadTouch(unsigned char command); void Test_Touch(void); #endif /* __TOUCH_H__ */
www.eeworm.com/read/281461/9154667

com touch.com