#[repr(transparent)]pub struct Dbtp(pub u32);Expand description
Data Bit Timing Prescaler Register
Tuple Fields§
§0: u32Implementations§
Source§impl Dbtp
impl Dbtp
Sourcepub const fn set_dtseg2(&mut self, val: u8)
pub const fn set_dtseg2(&mut self, val: u8)
Data time segment after sample point.
Sourcepub const fn set_dtseg1(&mut self, val: u8)
pub const fn set_dtseg1(&mut self, val: u8)
Data time segment before sample point.
Trait Implementations§
impl Copy for Dbtp
impl Eq for Dbtp
impl StructuralPartialEq for Dbtp
Auto Trait Implementations§
impl Freeze for Dbtp
impl RefUnwindSafe for Dbtp
impl Send for Dbtp
impl Sync for Dbtp
impl Unpin for Dbtp
impl UnwindSafe for Dbtp
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