Searched refs:INT_PIN (Results 1 – 5 of 5) sorted by relevance
50 #define INT_PIN GPIO_PIN_11 macro51 #define INT_ON gpio_bit_set(INT_PORT, INT_PIN);52 #define INT_OFF gpio_bit_reset(INT_PORT, INT_PIN);53 #define INT_TOGGLE gpio_bit_toggle(INT_PORT, INT_PIN);
329 gpio_mode_set(INT_PORT, GPIO_MODE_INPUT, GPIO_PUPD_NONE, INT_PIN); in FT5206_Init()
103 #define INT_PIN "p004" macro108 rt_base_t int_pin = rt_pin_get(INT_PIN); in rt_hw_gt911_register()
107 #define INT_PIN "p004" macro112 rt_base_t int_pin = rt_pin_get(INT_PIN); in rt_hw_gt911_register()
Completed in 7 milliseconds