embassy/embassy-nrf/src
Dario Nieuwenhuis 0beea82f40 nrf/uart: add support for tx-only and rx-only uart.
Allow creating UarteRx/UarteTx directly. This allows using uart unidirectionally
(rx-only or tx-only), without having to 'waste' a pin for the unused direction.
2022-06-25 23:54:00 +02:00
..
chips Run rustfmt. 2022-06-12 22:22:31 +02:00
ppi Run rustfmt. 2022-06-12 22:22:31 +02:00
buffered_uarte.rs Add more API docs for embassy-cortex-m and embassy-nrf 2022-06-23 13:17:56 +02:00
fmt.rs fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled. 2021-06-07 03:21:37 +02:00
gpio.rs Add more API docs for embassy-cortex-m and embassy-nrf 2022-06-23 13:17:56 +02:00
gpiote.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
lib.rs Add more API docs for embassy-cortex-m and embassy-nrf 2022-06-23 13:17:56 +02:00
nvmc.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
pwm.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
qdec.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
qspi.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
rng.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
saadc.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
spim.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
temp.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
time_driver.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
timer.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
twim.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
uarte.rs nrf/uart: add support for tx-only and rx-only uart. 2022-06-25 23:54:00 +02:00
usb.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
util.rs Fix inverted boolean condition 2022-03-08 16:29:42 +01:00
wdt.rs nrf91: support running in both S and NS mode. 2021-10-26 17:40:07 +02:00