Home
last modified time | relevance | path

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

/btstack/port/samv71-xplained-atwilc3000/ASF/sam/drivers/pio/
H A Dpio_handler.c79 static void (*pio_capture_handler)(Pio *) = NULL; variable
122 if (pio_capture_handler) { in pio_handler_process()
123 pio_capture_handler(p_pio); in pio_handler_process()
176 pio_capture_handler = p_handler; in pio_capture_handler_set()