pub enum RA_A {
Disabled = 0,
Enabled = 1,
}
Expand description
Receive all
Value on reset: 0
Variants§
Disabled = 0
0: MAC receiver passes on to the application only those frames that have passed the SA/DA address file
Enabled = 1
1: MAC receiver passes oll received frames on to the application
Trait Implementations§
source§impl PartialEq for RA_A
impl PartialEq for RA_A
impl Copy for RA_A
impl StructuralPartialEq for RA_A
Auto Trait Implementations§
impl Freeze for RA_A
impl RefUnwindSafe for RA_A
impl Send for RA_A
impl Sync for RA_A
impl Unpin for RA_A
impl UnwindSafe for RA_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