Enum Maen2
pub enum Maen2 {
_0 = 0,
_1 = 1,
}Expand description
Match Address Mode Enable 2
Value on reset: 0
Variants§
_0 = 0
0: Normal operation.
_1 = 1
1: Enables automatic address matching or data matching mode for MATCH[MA2].
Trait Implementations§
impl Copy for Maen2
impl Eq for Maen2
impl StructuralPartialEq for Maen2
Auto Trait Implementations§
impl Freeze for Maen2
impl RefUnwindSafe for Maen2
impl Send for Maen2
impl Sync for Maen2
impl Unpin for Maen2
impl UnwindSafe for Maen2
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