#[repr(u8)]pub enum Brklenselect {
_13Bit = 0,
_17Bit = 1,
_21Bit = 2,
_26Bit = 3,
}
Expand description
LIN Master Break Length
Value on reset: 0
Variants§
_13Bit = 0
0: Break field transmission is 13 bit times
_17Bit = 1
1: Break field transmission is 17 bit times
_21Bit = 2
2: Break field transmission is 21 bit times
_26Bit = 3
3: Break field transmission is 26 bit times
Trait Implementations§
Source§impl Clone for Brklenselect
impl Clone for Brklenselect
Source§fn clone(&self) -> Brklenselect
fn clone(&self) -> Brklenselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Brklenselect
impl Debug for Brklenselect
Source§impl From<Brklenselect> for u8
impl From<Brklenselect> for u8
Source§fn from(variant: Brklenselect) -> Self
fn from(variant: Brklenselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Brklenselect
impl PartialEq for Brklenselect
impl Copy for Brklenselect
impl Eq for Brklenselect
impl IsEnum for Brklenselect
impl StructuralPartialEq for Brklenselect
Auto Trait Implementations§
impl Freeze for Brklenselect
impl RefUnwindSafe for Brklenselect
impl Send for Brklenselect
impl Sync for Brklenselect
impl Unpin for Brklenselect
impl UnwindSafe for Brklenselect
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