pub enum ADDRACLR {
Disabled = 0,
Enabled = 1,
}Expand description
Address match flag (ADDR) automatic clear
Value on reset: 0
Variants§
Disabled = 0
0: ADDR flag is set by hardware, cleared by software
Enabled = 1
1: ADDR flag remains cleared by hardware
Trait Implementations§
impl Copy for ADDRACLR
impl Eq for ADDRACLR
impl StructuralPartialEq for ADDRACLR
Auto Trait Implementations§
impl Freeze for ADDRACLR
impl RefUnwindSafe for ADDRACLR
impl Send for ADDRACLR
impl Sync for ADDRACLR
impl Unpin for ADDRACLR
impl UnwindSafe for ADDRACLR
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