pub enum MAEN2_A {
_0 = 0,
_1 = 1,
}Expand description
Match Address Mode Enable 2
Value on reset: 0
Variants§
_0 = 0
0: All data received is transferred to the data buffer if MAEN1 is cleared.
_1 = 1
1: All data received with the most significant bit cleared, is discarded. All data received with the most significant bit set, is compared with contents of MA2 register. If no match occurs, the data is discarded. If a match occurs, data is transferred to the data buffer. This field must be cleared when C7816[ISO7816E] is set/enabled.
Trait Implementations§
impl Copy for MAEN2_A
impl StructuralPartialEq for MAEN2_A
Auto Trait Implementations§
impl Freeze for MAEN2_A
impl RefUnwindSafe for MAEN2_A
impl Send for MAEN2_A
impl Sync for MAEN2_A
impl Unpin for MAEN2_A
impl UnsafeUnpin for MAEN2_A
impl UnwindSafe for MAEN2_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