Files
Luca Olivetti 895b6e89c5 [lightning-ln882h] Fix GPIO interrupt support (#326)
* fix interrupt handling for the ln882h

- all GPIOS can generate interrupts
- added calls to NVIC_SetPriority/NVIC_EnableIRQ/NVIC_DisableIRQ

* fix clang formatting error

* only call NVIC_DisableIRQ if no other gpio is using an interrupt

* fix (again) clang-format errors

* add IRQ capability on all pins

* don't bother with NVIC_DisableIRQ

* use pin->gpio instead of interruptNumber, use macro GPIO_GET_PORT for clarity

* Mark interrupts as supported for the LN882H

---------

Co-authored-by: lamauny <pub.elc@free.fr>
2025-09-19 22:25:03 +02:00
..
2023-08-17 17:17:10 +02:00
2024-05-31 14:58:38 +02:00
2023-04-27 23:30:46 +02:00
2023-04-27 23:30:46 +02:00

Documentation

This documentation is best suited for rendering with MkDocs. Some elements may not display correctly in the GitHub markdown reader.

Please visit https://docs.libretiny.eu/ for the full experience.

If you still want to read the docs on GitHub, visit SUMMARY.md.