Searched refs:TP_INT_PIN (Results 1 – 3 of 3) sorted by relevance
| /bsp/allwinner/libraries/drivers/touch/ |
| A D | drv_touch_gt9xx.c | 26 #define TP_INT_PIN GET_PIN(GPIO_PORT_E, GPIO_PIN_10) /* GPIO_PORT_E GPIO_PIN_10 */ 38 #ifndef TP_INT_PIN 73 rt_pin_mode(TP_INT_PIN, PIN_MODE_OUTPUT); in gt9xx_hw_reset() 78 rt_pin_write(TP_INT_PIN, PIN_LOW); in gt9xx_hw_reset() 81 rt_pin_write(TP_INT_PIN, PIN_LOW); in gt9xx_hw_reset() 83 rt_pin_write(TP_INT_PIN, PIN_LOW); in gt9xx_hw_reset() 85 rt_pin_write(TP_INT_PIN, PIN_HIGH); in gt9xx_hw_reset() 90 rt_pin_write(TP_INT_PIN, PIN_HIGH); in gt9xx_hw_reset() 93 rt_pin_write(TP_INT_PIN, PIN_HIGH); in gt9xx_hw_reset() 95 rt_pin_write(TP_INT_PIN, PIN_LOW); in gt9xx_hw_reset() [all …]
|
| A D | drv_touch.c | 26 #define TP_INT_PIN GET_PIN(GPIO_PORT_D, GPIO_PIN_22) /* GPIO_PORT_D GPIO_PIN_22 */ macro 28 #define TP_INT_PIN GET_PIN(GPIO_PORT_G, GPIO_PIN_14) /* GPIO_PORT_G GPIO_PIN_14 */ macro 223 rt_uint16_t irq_pin = TP_INT_PIN; in rt_touch_init()
|
| /bsp/loongson/ls1cdev/drivers/ |
| A D | drv_touch_gt9xx.c | 20 #define TP_INT_PIN 89 macro 23 #ifndef TP_INT_PIN 59 rt_pin_mode(TP_INT_PIN, PIN_MODE_OUTPUT); in gt9xx_hw_reset() 64 rt_pin_write(TP_INT_PIN, PIN_LOW); in gt9xx_hw_reset() 67 rt_pin_write(TP_INT_PIN, PIN_LOW); in gt9xx_hw_reset() 69 rt_pin_write(TP_INT_PIN, PIN_LOW); in gt9xx_hw_reset() 71 rt_pin_write(TP_INT_PIN, PIN_HIGH); in gt9xx_hw_reset() 76 rt_pin_write(TP_INT_PIN, PIN_HIGH); in gt9xx_hw_reset() 79 rt_pin_write(TP_INT_PIN, PIN_HIGH); in gt9xx_hw_reset() 81 rt_pin_write(TP_INT_PIN, PIN_LOW); in gt9xx_hw_reset() [all …]
|
Completed in 7 milliseconds