pub enum DFF {
EightBit = 0,
SixteenBit = 1,
}
Expand description
Data frame format
Value on reset: 0
Variants§
EightBit = 0
0: 8-bit data frame format is selected for transmission/reception
SixteenBit = 1
1: 16-bit data frame format is selected for transmission/reception
Trait Implementations§
impl Copy for DFF
impl Eq for DFF
impl StructuralPartialEq for DFF
Auto Trait Implementations§
impl Freeze for DFF
impl RefUnwindSafe for DFF
impl Send for DFF
impl Sync for DFF
impl Unpin for DFF
impl UnwindSafe for DFF
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