Open
Description
The ADC module could use a function to set up an interrupt handler for the ADC FIFO interrupt, in a similar fashion to what the GPIO module does. Also: there is a function adc_irq_set_enabled
, but it only sets the interrupt enable flag in the ADC module. Should it call irq_set_enabled
as well?