pub enum PR84_AW {
Clear = 1,
}
Expand description
Configurable event inputs x+64 Pending bit
Value on reset: 0
Variants§
Clear = 1
1: Clears pending bit
Trait Implementations§
impl Copy for PR82_AW
impl StructuralPartialEq for PR82_AW
Auto Trait Implementations§
impl Freeze for PR82_AW
impl RefUnwindSafe for PR82_AW
impl Send for PR82_AW
impl Sync for PR82_AW
impl Unpin for PR82_AW
impl UnwindSafe for PR82_AW
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