Searched defs:gpio_event_summary (Results 1 – 1 of 1) sorted by relevance
124 struct gpio_event_summary { struct125 sbintime_t gp_first_time; /* Time of first event */126 sbintime_t gp_last_time; /* Time of last event */127 uint16_t gp_pin; /* Pin number */128 uint16_t gp_count; /* Event count */129 bool gp_first_state; /* Pin state at first event */130 bool gp_last_state; /* Pin state at last event */