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 5f6e49b commit 3e20a0dCopy full SHA for 3e20a0d
src/class.rs
@@ -8,8 +8,7 @@ use crate::{Result, UsbError};
8
9
/// A trait for implementing USB classes.
10
///
11
-/// All methods are optional callbacks that will be called by
12
-/// [UsbBus::poll](crate::bus::UsbBus::poll)
+/// All methods are optional callbacks that will be called by [UsbBus::poll]
13
pub trait UsbClass<B: UsbBus> {
14
/// Called when a GET_DESCRIPTOR request is received for a configuration descriptor. When
15
/// called, the implementation should write its interface, endpoint and any extra class
0 commit comments