[DRIVER][PCA953X] Add level interrupt support
This adds level interrupt support to the pca953x driver. In the IRQ routine, the input status register is compared to the irq_trig_level_high and irq_trig_level_low parameters. If the value from the input status register aligns with one of the parameters, a level interrupt is issued. After processing all nested interrupts, the pending function is called again, to determine if the level interrupt condition is still active. If this is the case, the nested interrupts are processed again.
parent
31c0eae0
No related branches found
No related tags found
-
mentioned in commit clea-os/layers/seco/meta-seco-imx@991a5e12
-
mentioned in commit clea-os/seco-manifest@b5c865a7
-
mentioned in commit clea-os/layers/seco/meta-seco-imx@59668e13
-
mentioned in merge request clea-os/seco-manifest!538 (closed)
Please register or sign in to comment