embassy/embassy-nrf/src
Ulf Lilleengen dda338cedb Add implementation of ReadUntilIdle for nRF UART
Add type UarteWithIdle that implements Read, Write and ReadUntilIdle
traits. The type uses a timer + 2 PPI channels internally, triggered on
RTXSTARTED event.
2021-05-10 23:06:25 +02:00
..
buffered_uarte.rs Rename PeripheralBorrow to Unborrow 2021-04-14 19:59:52 +02:00
fmt.rs Allow unused stuff in fmt.rs 2021-03-18 01:42:28 +01:00
gpio.rs Address issues in PR 2021-05-05 18:33:45 +01:00
gpiote.rs Add detection of edge transitions for ports 2021-04-16 07:58:24 +02:00
interrupt.rs Cleanup interrupt package naming. Fixes #40 2021-02-26 01:55:27 +01:00
lib.rs nrf/system: add configure 2021-03-29 00:58:58 +02:00
ppi.rs Rename PeripheralBorrow to Unborrow 2021-04-14 19:59:52 +02:00
qspi.rs Rename PeripheralBorrow to Unborrow 2021-04-14 19:59:52 +02:00
rtc.rs nrf: better macro naming. 2021-03-29 00:58:58 +02:00
saadc.rs Rename PeripheralBorrow to Unborrow 2021-04-14 19:59:52 +02:00
spim.rs Make changes to Write as well as Transfer 2021-05-05 19:18:57 +01:00
system.rs nrf/system: add configure 2021-03-29 00:58:58 +02:00
timer.rs nrf: better macro naming. 2021-03-29 00:58:58 +02:00
uarte.rs Add implementation of ReadUntilIdle for nRF UART 2021-05-10 23:06:25 +02:00