Home
last modified time | relevance | path

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

/bsp/stm32/stm32f429-st-disco/board/ports/touch/
A Ddrv_touch.c156 state->pressed = (val & (1 << 7)) ? 1 : 0; in touch_get_state()
158 if (state->pressed) in touch_get_state()
205 … touch_show_state, x: %d, y: %d, pressed: %d, padding: %d\n", ts.x , ts.y, ts.pressed, ts.padding); in touch_show_state()
A Ddrv_touch.h73 uint8_t pressed; ///< Pressed flag member
/bsp/microchip/same70/bsp/documentation/
A Dled_switcher.rst6 is pressed.
/bsp/mini2440/drivers/
A Dtouch.h22 int pressed; member
A Dtouch.c230 touch_event.pressed = 1; in report_touch_input()
244 touch_event.pressed = 0; in report_touch_input()

Completed in 12 milliseconds