]> xenbits.xensource.com Git - qemu-xen.git/commit
hw/gpio/nrf51: implement DETECT signal
authorChris Laplante <chris@laplante.io>
Tue, 22 Aug 2023 16:24:15 +0000 (17:24 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 22 Aug 2023 16:30:59 +0000 (17:30 +0100)
commit8d6b2f947d4d19b3ba22f836d203d6282107bc11
treeafb05c7dd0f7994fe3a570d977bc27b5c1cdd2d4
parentb0dd9a7d6dd15a6898e9c585b521e6bec79b25aa
hw/gpio/nrf51: implement DETECT signal

Implement nRF51 DETECT signal in the GPIO peripheral.

The reference manual makes mention of a per-pin DETECT signal, but these
are not exposed to the user. See https://devzone.nordicsemi.com/f/nordic-q-a/39858/gpio-per-pin-detect-signal-available
for more information. Currently, I don't see a reason to model these.

Signed-off-by: Chris Laplante <chris@laplante.io>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20230728160324.1159090-2-chris@laplante.io
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/gpio/nrf51_gpio.c
include/hw/gpio/nrf51_gpio.h