We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1680829 commit 27a05e3Copy full SHA for 27a05e3
src/lib.rs
@@ -834,8 +834,10 @@ pub trait Capture {
834
/// # type Channel = Channel;
835
/// # type Time = KiloHertz;
836
/// # type Duty = u16;
837
-/// # fn disable(&mut self, _: Channel) { unimplemented!() }
838
-/// # fn enable(&mut self, _: Channel) { unimplemented!() }
+/// #. fn disable(&mut self) { unimplemented!() }
+/// #. fn enable(&mut self) { unimplemented!() }
839
+/// # fn channel_disable(&mut self, _: Channel) { unimplemented!() }
840
+/// # fn channel_enable(&mut self, _: Channel) { unimplemented!() }
841
/// # fn get_duty(&self, _: Channel) -> u16 { unimplemented!() }
842
/// # fn get_max_duty(&self) -> u16 { 0 }
843
/// # fn set_duty(&mut self, _: Channel, _: u16) {}
0 commit comments