esp-idf/tools/mocks/hal/include/hal
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
..
gpio_types.h gpio: Fix interrupt lost issue 2022-09-01 16:01:01 +08:00
i2c_types.h I2C: i2c_port_t type is now an enumeration 2022-08-24 10:51:09 +08:00
spi_types.h [mocks]: moved mocks dir to tools/ 2021-08-10 14:45:42 +08:00