pub enum PR32W {
Clear = 1,
}
Expand description
Pending bit on line 32
Value on reset: 0
Variants§
Clear = 1
1: Clears pending bit
Trait Implementations§
impl Copy for PR32W
impl Eq for PR32W
impl StructuralPartialEq for PR32W
Auto Trait Implementations§
impl Freeze for PR32W
impl RefUnwindSafe for PR32W
impl Send for PR32W
impl Sync for PR32W
impl Unpin for PR32W
impl UnwindSafe for PR32W
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