aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/usb
diff options
context:
space:
mode:
authorRobin Mueller <[email protected]>2025-09-23 11:21:57 +0200
committerRobin Mueller <[email protected]>2025-09-23 13:44:06 +0200
commit9ae4edfa73d33f6fe66eb70a896b14267f6cdec2 (patch)
tree36acda02d421b05b8633c2c8dfd48efaf44e8e48 /embassy-nrf/src/usb
parentf3f29cdd531f5329d797c29af66c4aac1acd7574 (diff)
doc fixes
Diffstat (limited to 'embassy-nrf/src/usb')
-rw-r--r--embassy-nrf/src/usb/vbus_detect.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/src/usb/vbus_detect.rs b/embassy-nrf/src/usb/vbus_detect.rs
index 8794beb2d..33cf91ee2 100644
--- a/embassy-nrf/src/usb/vbus_detect.rs
+++ b/embassy-nrf/src/usb/vbus_detect.rs
@@ -68,7 +68,7 @@ impl interrupt::typelevel::Handler<UsbRegIrq> for InterruptHandler {
68/// [`VbusDetect`] implementation using the native hardware POWER peripheral. 68/// [`VbusDetect`] implementation using the native hardware POWER peripheral.
69/// 69///
70/// Unsuitable for usage with the nRF softdevice, since it reserves exclusive acces 70/// Unsuitable for usage with the nRF softdevice, since it reserves exclusive acces
71/// to POWER. In that case, use [`VbusDetectSignal`]. 71/// to POWER. In that case, use [SoftwareVbusDetect].
72pub struct HardwareVbusDetect { 72pub struct HardwareVbusDetect {
73 _private: (), 73 _private: (),
74} 74}