Home
last modified time | relevance | path

Searched refs:INT_PIN (Results 1 – 5 of 5) sorted by relevance

/bsp/gd32/arm/gd32470z-lckfb/board/ports/
A Ddrv_touch.h50 #define INT_PIN GPIO_PIN_11 macro
51 #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);
A Ddrv_touch.c329 gpio_mode_set(INT_PORT, GPIO_MODE_INPUT, GPIO_PUPD_NONE, INT_PIN); in FT5206_Init()
/bsp/renesas/ra8m1-ek/board/lvgl/
A Dlv_port_indev.c103 #define INT_PIN "p004" macro
108 rt_base_t int_pin = rt_pin_get(INT_PIN); in rt_hw_gt911_register()
/bsp/renesas/ra8d1-ek/board/lvgl/
A Dlv_port_indev.c103 #define INT_PIN "p004" macro
108 rt_base_t int_pin = rt_pin_get(INT_PIN); in rt_hw_gt911_register()
/bsp/renesas/ra6m3-hmi-board/board/lvgl/
A Dlv_port_indev.c107 #define INT_PIN "p004" macro
112 rt_base_t int_pin = rt_pin_get(INT_PIN); in rt_hw_gt911_register()

Completed in 7 milliseconds