embassy/embassy-nrf/src
Frank Plowman 0eb0789627
nrf, doc: Don't refer to Default impl of saadc::ChannelConfig
`saadc::ChannelConfig` does not implement the `Default` trait, so
its documentation should not refer to it.  Modify the documentation to
instead describe how the struct should be created and configured.
2024-08-09 14:17:54 +01:00
..
chips Adding support for 9120 2024-06-28 07:11:50 -06:00
ppi nrf: remove mod sealed. 2024-04-05 00:48:46 +02:00
radio remove unused logging 2024-07-03 09:04:47 +02:00
usb Add wait_disabled method to embassy_nrf::usb::Endpoint 2024-04-16 12:14:22 -04:00
buffered_uarte.rs nrf: buffered_uarte: Add overrides for too_many_arguments lint 2024-08-08 23:01:03 +03:00
egu.rs expose enabling and disabling irq for triggers 2024-07-01 10:26:45 +02:00
fmt.rs Reduced define for 'unreachable!' to a single macro rule 2024-07-17 17:05:52 -04:00
gpio.rs nrf: gpio: Fix return values for functions returning unit type - () 2024-08-08 23:01:03 +03:00
gpiote.rs Adding _nrf91 feature 2024-07-15 13:21:30 -06:00
i2s.rs Use raw slices .len() method instead of unsafe hacks. 2024-06-13 20:41:08 +02:00
lib.rs cargo fmt 2024-07-15 13:30:16 -06:00
nvmc.rs Adding _nrf91 feature 2024-07-15 13:21:30 -06:00
pdm.rs Adding _nrf91 feature 2024-07-15 13:21:30 -06:00
pwm.rs fixup! feat(pwm): allow specifying OutputDrive for PWM channels 2024-07-01 18:06:14 +02:00
qdec.rs nrf: remove mod sealed. 2024-04-05 00:48:46 +02:00
qspi.rs Emit cargo:rustc-check-cfg instructions from build.rs 2024-05-30 18:28:29 +02:00
rng.rs nrf: remove mod sealed. 2024-04-05 00:48:46 +02:00
saadc.rs nrf, doc: Don't refer to Default impl of saadc::ChannelConfig 2024-08-09 14:17:54 +01:00
spim.rs Use raw slices .len() method instead of unsafe hacks. 2024-06-13 20:41:08 +02:00
spis.rs Use raw slices .len() method instead of unsafe hacks. 2024-06-13 20:41:08 +02:00
temp.rs nrf: Remove useless returns 2024-02-17 13:30:19 +02:00
time_driver.rs nightly fmt 2024-01-25 08:39:25 +01:00
timer.rs nrf: remove mod sealed. 2024-04-05 00:48:46 +02:00
twim.rs nrf: remove mod sealed. 2024-04-05 00:48:46 +02:00
twis.rs nrf: remove mod sealed. 2024-04-05 00:48:46 +02:00
uarte.rs nrf: fix wrong order configuring gpios. 2024-06-25 23:18:16 +02:00
util.rs Use raw slices .len() method instead of unsafe hacks. 2024-06-13 20:41:08 +02:00
wdt.rs nrf: wdt: Fix formatting for Safety section 2024-08-08 23:01:03 +03:00