1
0
mirror of https://github.com/espressif/esp-idf synced 2025-04-01 04:10:10 -04:00
Song Ruo Jing 61282cc5dd gpio: Fix interrupt lost issue
In previous gpio default isr, interrupt status bits get cleared at the exit of the isr.
However, for edge-triggered interrupt type, the interrupt status bit should be cleared before entering the per-pin handlers to avoid any potential interrupt lost.

Closes https://github.com/espressif/esp-idf/pull/6853
2022-09-01 16:01:01 +08:00
..
2021-05-24 01:53:34 +02:00
2022-09-01 16:01:01 +08:00
2022-07-21 15:52:39 +08:00
2022-07-21 15:52:39 +08:00
2022-07-21 15:52:39 +08:00
2022-06-15 10:30:04 +08:00
2022-05-19 11:31:53 +08:00
2022-07-27 15:22:24 +08:00
2022-08-17 06:31:50 +00:00
2022-07-27 15:22:24 +08:00
2022-05-12 14:50:03 +08:00
2022-05-12 14:50:03 +08:00
2022-05-12 14:50:03 +08:00
2022-07-22 00:12:36 +00:00
2022-05-19 11:31:53 +08:00
2022-07-20 14:59:50 +08:00
2022-05-19 11:31:53 +08:00
2021-05-24 01:53:34 +02:00
2021-05-24 01:53:34 +02:00
2021-05-24 01:53:34 +02:00