pub enum LBDIEW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field LBDIE
Variants§
DISABLED
Interrupt is inhibited
ENABLED
An interrupt is generated whenever LBDF=1 in the ISR register
Auto Trait Implementations§
impl Freeze for LBDIEW
impl RefUnwindSafe for LBDIEW
impl Send for LBDIEW
impl Sync for LBDIEW
impl Unpin for LBDIEW
impl UnwindSafe for LBDIEW
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