pub enum DM_A {
HalfDuplex = 0,
FullDuplex = 1,
}
Expand description
Duplex mode
Value on reset: 0
Variants§
HalfDuplex = 0
0: MAC operates in half-duplex mode
FullDuplex = 1
1: MAC operates in full-duplex mode
Trait Implementations§
impl Copy for DM_A
impl StructuralPartialEq for DM_A
Auto Trait Implementations§
impl Freeze for DM_A
impl RefUnwindSafe for DM_A
impl Send for DM_A
impl Sync for DM_A
impl Unpin for DM_A
impl UnwindSafe for DM_A
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