embassy/embassy-nrf/src
Dario Nieuwenhuis 1c9f98e1b6 nrf/gpiote: fix irq race condition
The interrupt could fire between checking if sense=disabled and registering the waker,
in which case the future would get stuck.
2021-03-29 00:58:58 +02:00
..
buffered_uarte.rs peripheralmutex: separate interrupt registration to own method. 2021-03-18 18:49:10 +01:00
fmt.rs Allow unused stuff in fmt.rs 2021-03-18 01:42:28 +01:00
gpio.rs nrf/gpio: allow borrowed pins. 2021-03-29 00:58:58 +02:00
gpiote.rs nrf/gpiote: fix irq race condition 2021-03-29 00:58:58 +02:00
interrupt.rs Cleanup interrupt package naming. Fixes #40 2021-02-26 01:55:27 +01:00
lib.rs nrf/saadc: initial implementation 2021-03-29 00:58:58 +02:00
qspi.rs nrf: add unborrow! macro 2021-03-29 00:58:58 +02:00
rtc.rs move most interrupt methods to InterruptExt extension trait. Fixes #35 2021-03-01 00:44:38 +01:00
saadc.rs nrf/saadc: initial implementation 2021-03-29 00:58:58 +02:00
spim.rs nrf: add unborrow! macro 2021-03-29 00:58:58 +02:00
uarte.rs nrf/uarte: use Peripheral, wait for stop on drop. 2021-03-29 00:58:58 +02:00