pub enum PMTIM_A {
Unmasked = 0,
Masked = 1,
}
Expand description
PMT interrupt mask
Value on reset: 0
Variants§
Unmasked = 0
0: PMT Status interrupt generation enabled
Masked = 1
1: PMT Status interrupt generation disabled
Trait Implementations§
impl Copy for PMTIM_A
impl StructuralPartialEq for PMTIM_A
Auto Trait Implementations§
impl Freeze for PMTIM_A
impl RefUnwindSafe for PMTIM_A
impl Send for PMTIM_A
impl Sync for PMTIM_A
impl Unpin for PMTIM_A
impl UnwindSafe for PMTIM_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