embassy/embassy-nrf/src
huntc 7598b8a40f Permit many sequences to be passed
Sequences are now passed in via the start method to avoid having to stop the PWM and restart it. Sequences continue to be constrained with the same lifetime of the Pwm object itself. The pwm_sequence example has been extended to illustrate multiple sequences being passed around.
2022-01-23 16:29:52 +11:00
..
chips fix nrf52820 2021-12-15 10:27:10 -07:00
ppi nrf: add initial nrf5340 support 2021-10-28 03:36:25 +02:00
buffered_uarte.rs nrf: impl embedded-hal 1.0 and embedded-hal-async traits. 2022-01-13 23:56:39 +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 nrf: impl embedded-hal 1.0 and embedded-hal-async traits. 2022-01-13 23:56:39 +01:00
gpiote.rs nrf: impl embedded-hal 1.0 and embedded-hal-async traits. 2022-01-13 23:56:39 +01:00
lib.rs Merge #539 2022-01-04 07:41:54 +00:00
nvmc.rs nrf/nvmc: make PAGE_SIZE, FLASH_SIZE public. 2021-10-24 18:23:22 +02:00
pwm.rs Permit many sequences to be passed 2022-01-23 16:29:52 +11:00
qspi.rs nrf/qspi: expose all functionality as inherent methods. 2022-01-13 23:56:39 +01:00
rng.rs nrf/rng: expose all functionality as inherent methods. 2022-01-13 23:56:39 +01:00
saadc.rs Some documentation corrections and expansion 2021-11-22 12:26:11 +11:00
spim.rs nrf: impl embedded-hal 1.0 and embedded-hal-async traits. 2022-01-13 23:56:39 +01:00
temp.rs Use async fn instead of impl Future 2021-10-19 20:48:46 +02:00
time_driver.rs Undoing unnecessary changes 2021-10-12 11:55:38 +02:00
timer.rs - Interconnect is now PPI again 2021-10-26 14:47:31 +02:00
twim.rs nrf: impl embedded-hal 1.0 and embedded-hal-async traits. 2022-01-13 23:56:39 +01:00
uarte.rs nrf: impl embedded-hal 1.0 and embedded-hal-async traits. 2022-01-13 23:56:39 +01:00
usb.rs undo T:regs in impl UsbPeripheral 2021-12-15 11:00:55 -07:00
util.rs nrf: return ptr in slice_ptr_parts 2022-01-19 17:31:32 +01:00
wdt.rs nrf91: support running in both S and NS mode. 2021-10-26 17:40:07 +02:00