pub enum PR7_A {
NotPending = 0,
Pending = 1,
}
Expand description
CPU Event mask on Event input x
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PR0_A
impl StructuralPartialEq for PR0_A
Auto Trait Implementations§
impl Freeze for PR0_A
impl RefUnwindSafe for PR0_A
impl Send for PR0_A
impl Sync for PR0_A
impl Unpin for PR0_A
impl UnwindSafe for PR0_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