Interrupts default to trigger on level for historical reasons, so use of GPIO_INT_LEVEL` as a mask results in a zero value. Use a mask macro to isolate the trigger configuration. Signed-off-by: Peter A. Bigot <pab@pabigot.com> |
||
|---|---|---|
| .. | ||
| main.c | ||
| test_callback_manage.c | ||
| test_callback_trigger.c | ||
| test_gpio.h | ||
| test_pin_rw.c | ||