I am trying to set up the nRF52840DK to interrupt on the comparator input on A0 going above the threshold. I figured, I think, how to set the comparator up but I am havin trouble connecting the interrupt to the Zephyr interrupt. Looking at the examples for gpiote interrupt it appears that the interrupt must be 'connected' using the IRQ_CONNECT function but I cannot find an equivalent to gpiote for the comparator.
Can you point me to where I need to find the comparator interrupt data?