pub enum PEIE {
Disabled = 0,
Enabled = 1,
}
Expand description
PE interrupt enable
Value on reset: 0
Variants§
Disabled = 0
0: Interrupt is disabled
Enabled = 1
1: Interrupt is generated whenever PE=1 in the ISR register
Trait Implementations§
impl Copy for PEIE
impl Eq for PEIE
impl StructuralPartialEq for PEIE
Auto Trait Implementations§
impl Freeze for PEIE
impl RefUnwindSafe for PEIE
impl Send for PEIE
impl Sync for PEIE
impl Unpin for PEIE
impl UnwindSafe for PEIE
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