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