13#include "pico/stdio.h"
14#include "pico/stdlib.h"
45#define DEBOUNCE_us 10000
47#define LONG_RELEASE_DELAY_us 1000000
49#define LONG_PUSH_DELAY_us 1000000
51#define TIME_OUT_DELAY_us 5000000
202 uint32_t irq_event_mask_config;
229 uint32_t event_mask_config = GPIO_IRQ_EDGE_FALL | GPIO_IRQ_EDGE_RISE);
UIControlEvent
The list of predefined events that a button, or more generally an User Interface Controller,...
Definition ui_control_event.h:18