Enum Resyncdis
pub enum Resyncdis {
_0 = 0,
_1 = 1,
}Expand description
Resynchronization Disable
Value on reset: 0
Variants§
_0 = 0
0: Resynchronization during received data word is supported
_1 = 1
1: Resynchronization during received data word is disabled
Trait Implementations§
impl Copy for Resyncdis
impl Eq for Resyncdis
impl StructuralPartialEq for Resyncdis
Auto Trait Implementations§
impl Freeze for Resyncdis
impl RefUnwindSafe for Resyncdis
impl Send for Resyncdis
impl Sync for Resyncdis
impl Unpin for Resyncdis
impl UnwindSafe for Resyncdis
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