zephyr/tests/drivers/gpio
Alexandre Bourdiol 2f8167fc08 test: drivers: gpio: gpio_basic_api: disable interrupt at end of test
When switching from rising edge to falling edge of test:
test_gpio_deprecated(),
because exti callback is already configured (from rising edge test),
the pin configuration abort for EBUSY reason.
It is necessary to disable interrupt,
so that next test will start with clean configuration.

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
2020-05-18 19:12:46 +02:00
..
gpio_api_1pin tests: Convert DT_ALItAS_* to new DT_ALIAS() macro 2020-05-04 09:11:38 -05:00
gpio_basic_api test: drivers: gpio: gpio_basic_api: disable interrupt at end of test 2020-05-18 19:12:46 +02:00