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