Searched refs:TOUCH_INT_PIN (Results 1 – 1 of 1) sorted by relevance
45 #define IS_TOUCH_UP() gpio_get(TOUCH_INT_PIN)109 #define TOUCH_INT_PIN 84 macro318 reg_set_one_bit(LS1C_INT4_EN, 1<<(TOUCH_INT_PIN-64)); in touch_int_cmd()323 reg_clr_one_bit(LS1C_INT4_EN, 1<<(TOUCH_INT_PIN-64)); in touch_int_cmd()330 if(gpio_get(TOUCH_INT_PIN)==0) in ls1c_touch_irqhandler()345 unsigned int touch_int_gpio = TOUCH_INT_PIN; // 触摸屏中断 in touch_init()
Completed in 5 milliseconds