embassy/embassy-nrf/src
huntc 8497f98de2 Provides a means of obtaining the current WDT config
Obtaining the current WDT config is important so that we do not have to duplication configuration around the place. A constructor method has been introduced that returns WDT config in accordance with how the register is presently configured. The bootloader example has also been updated to show the watchdog can be obtained and used.
2023-01-04 12:13:44 +11:00
..
chips Merge branch 'master' into nrf91/53-nvmc 2022-12-09 11:04:55 +01:00
ppi nrf/ppi: fix unsoundness due to task/event ptrs being public. 2022-08-24 01:54:27 +02:00
buffered_uarte.rs Switch to async-fn-in-trait 2022-11-25 21:02:06 +01: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 Clone & Copy on embassy_nrf::gpio::Level 2022-12-29 17:26:49 +01:00
gpiote.rs Switch to async-fn-in-trait 2022-11-25 21:02:06 +01:00
i2s.rs Move the responsibility to manage buffers to the I2S stream 2022-12-08 20:22:50 +01:00
lib.rs Merge branch 'master' into nrf91/53-nvmc 2022-12-09 11:04:55 +01:00
nvmc.rs Fixed erase bug 2022-12-09 11:02:16 +01:00
pdm.rs add support for pdm microphones in nrf driver 2022-10-13 18:37:53 +02:00
pwm.rs nrf: replace PhantomData usages with PeripheralRef. 2022-07-23 15:13:47 +02:00
qdec.rs Replace futures::future::poll_fn -> core::future::poll_fn. 2022-09-22 16:42:49 +02:00
qspi.rs Replace futures::future::poll_fn -> core::future::poll_fn. 2022-09-22 16:42:49 +02:00
rng.rs Replace futures::future::poll_fn -> core::future::poll_fn. 2022-09-22 16:42:49 +02:00
saadc.rs Replace futures::future::poll_fn -> core::future::poll_fn. 2022-09-22 16:42:49 +02:00
spim.rs Switch to async-fn-in-trait 2022-11-25 21:02:06 +01:00
spis.rs Fix pin refs 2022-11-22 02:13:03 +01:00
temp.rs Replace futures::future::poll_fn -> core::future::poll_fn. 2022-09-22 16:42:49 +02:00
time_driver.rs Address review feedback 2022-10-24 11:10:59 +03:00
timer.rs Replace futures::future::poll_fn -> core::future::poll_fn. 2022-09-22 16:42:49 +02:00
twim.rs Switch to async-fn-in-trait 2022-11-25 21:02:06 +01:00
twis.rs Rename write to respond_to_read 2022-11-22 22:10:04 +01:00
uarte.rs Fix a typo 2022-12-30 08:53:16 -05:00
usb.rs Switch to async-fn-in-trait 2022-11-25 21:02:06 +01:00
util.rs Fix inverted boolean condition 2022-03-08 16:29:42 +01:00
wdt.rs Provides a means of obtaining the current WDT config 2023-01-04 12:13:44 +11:00