Searched refs:sampling_done (Results 1 – 1 of 1) sorted by relevance
46 bool sampling_done; member55 if (ctx.sampling_done || ++ctx.skip_cnt < CONFIG_SKIP_EDGE_NUM) { in gpio_edge_isr()83 ctx.sampling_done = true; in gpio_edge_isr()94 ctx.sampling_done = false; in setup_edge_detect()147 TC_PRINT("Sampling done: %s\n", ctx.sampling_done ? "true" : "false"); in check_timing()150 if ((pin_state == 1) && !ctx.sampling_done) { in check_timing()156 if ((pin_state == 0) && !ctx.sampling_done) { in check_timing()