Enum Smp
pub enum Smp {
_0 = 0,
_1 = 1,
}Expand description
CAN Bit Sampling
Value on reset: 0
Variants§
_0 = 0
0: Just one sample is used to determine the bit value.
_1 = 1
1: Three samples are used to determine the value of the received bit: the regular one (sample point) and 2 preceding samples; a majority rule is used.
Trait Implementations§
impl Copy for Smp
impl Eq for Smp
impl StructuralPartialEq for Smp
Auto Trait Implementations§
impl Freeze for Smp
impl RefUnwindSafe for Smp
impl Send for Smp
impl Sync for Smp
impl Unpin for Smp
impl UnwindSafe for Smp
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