[Answered] Distinction between gpio_isr_register() and gpio_isr_handler_add()
Posted: Wed Jan 18, 2017 4:36 am
While studying the GPIO interrupt handlers I seem to see two distinct techniques ... one based around an API called gpio_isr_register() and one based around gpio_isr_handler_add(). Unfortunately I'm not sensing the obvious distinct between them. How do they differ? When would I want to use one vs the others? What questions am I failing to ask that would help someone understand the architecture at play here?