pub enum BIE {
Disabled = 0,
Enabled = 1,
}
Expand description
Break interrupt enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for BIE
impl Eq for BIE
impl StructuralPartialEq for BIE
Auto Trait Implementations§
impl Freeze for BIE
impl RefUnwindSafe for BIE
impl Send for BIE
impl Sync for BIE
impl Unpin for BIE
impl UnwindSafe for BIE
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