#[repr(transparent)]pub struct Fdcbt(pub u32);Expand description
CAN FD Bit Timing Register
Tuple Fields§
§0: u32Implementations§
Source§impl Fdcbt
impl Fdcbt
Sourcepub const fn set_fpseg2(&mut self, val: u8)
pub const fn set_fpseg2(&mut self, val: u8)
Fast Phase Segment 2
Sourcepub const fn set_fpseg1(&mut self, val: u8)
pub const fn set_fpseg1(&mut self, val: u8)
Fast Phase Segment 1
Sourcepub const fn set_fpropseg(&mut self, val: u8)
pub const fn set_fpropseg(&mut self, val: u8)
Fast Propagation Segment
Sourcepub const fn set_fpresdiv(&mut self, val: u16)
pub const fn set_fpresdiv(&mut self, val: u16)
Fast Prescaler Division Factor
Trait Implementations§
impl Copy for Fdcbt
impl Eq for Fdcbt
impl StructuralPartialEq for Fdcbt
Auto Trait Implementations§
impl Freeze for Fdcbt
impl RefUnwindSafe for Fdcbt
impl Send for Fdcbt
impl Sync for Fdcbt
impl Unpin for Fdcbt
impl UnwindSafe for Fdcbt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more