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 6169729 commit d24402bCopy full SHA for d24402b
src/can.rs
@@ -27,7 +27,7 @@ const MAX_EXTENDED_ID: u32 = 0x1FFF_FFFF;
27
/// Options the CAN bus. This is primarily used to set bus timings, but also controls options like enabling loopback or silent mode for debugging.
28
/// See http://www.bittiming.can-wiki.info/#bxCAN for generating the timing parameters for different baud rates and clocks.
29
///
30
-/// Use `CanBitRateOpts::default()` to get 250kbps at 32mhz system clock
+/// Use `CanOpts::default()` to get 250kbps at 32mhz system clock
31
pub struct CanOpts {
32
pub brp: u16,
33
pub sjw: u8,
0 commit comments