GPIO_EINTPEND
GPIO_EINTPEND, 1U << extint);
pending = pending_mask & bus_space_read_4(iot, ioh, GPIO_EINTPEND);
GPIO_EINTPEND, 1<<extint);
GPIO_EINTPEND, 1U << extint);
pending = pending_mask & bus_space_read_4(iot, ioh, GPIO_EINTPEND);
GPIO_EINTPEND, 1<<extint);