Home
last modified time | relevance | path

Searched refs:btn_pr (Results 1 – 2 of 2) sorted by relevance

/bsp/raspberry-pico/RP2040/applications/lvgl/
A Dlv_port_indev.c74 int btn_pr = button_get_pressed_id(); /*Get the ID (0,1,2...) of the pressed button*/ in button_read() local
75 if(btn_pr >= 0) in button_read()
77 last_btn = btn_pr; /*Save the ID of the pressed button*/ in button_read()
/bsp/stm32/stm32l475-atk-pandora/applications/lvgl/
A Dlv_port_indev.c68 int btn_pr = button_get_pressed_id(); /*Get the ID (0,1,2...) of the pressed button*/ in button_read() local
69 if(btn_pr >= 0) in button_read()
71 last_btn = btn_pr; /*Save the ID of the pressed button*/ in button_read()

Completed in 5 milliseconds