commit | c4850efab5f872be29c21a943731df8f0b9cf4c0 | [log] [tgz] |
---|---|---|
author | Hessel van der Molen <hvandermolen@dexels.com> | Wed Apr 10 17:21:35 2024 +0200 |
committer | Maureen Helm <maureen.helm@analog.com> | Thu Apr 11 11:28:52 2024 -0500 |
tree | 0d56f35a26a4e4bca35006e5eda34b6a1f69d255 | |
parent | 96737a8e81bac68c64e226fa09bc5bb147115e0e [diff] |
drivers: interrupt_controller: Enable PINT-irq when deepsleep is not used DisableDeepSleepIRQ() disables the NVIC irq, while PINT need it to fire an event when the interrupt is used. So while the interrupt is not used in DeepSleep mode, it should still be available to be used. Signed-off-by: Hessel van der Molen <hvandermolen@dexels.com>