pub enum APCS_A {
Disabled = 0,
Strip = 1,
}
Expand description
Automatic pad/CRC stripping
Value on reset: 0
Variants§
Disabled = 0
0: MAC passes all incoming frames unmodified
Strip = 1
1: MAC strips the Pad/FCS field on incoming frames only for lengths less than or equal to 1500 bytes
Trait Implementations§
impl Copy for APCS_A
impl StructuralPartialEq for APCS_A
Auto Trait Implementations§
impl Freeze for APCS_A
impl RefUnwindSafe for APCS_A
impl Send for APCS_A
impl Sync for APCS_A
impl Unpin for APCS_A
impl UnwindSafe for APCS_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