pub enum LBDCFW {
CLEAR,
}
Expand description
Values that can be written to the field LBDCF
Variants§
CLEAR
Clears the LBDF flag in the ISR register
Auto Trait Implementations§
impl Freeze for LBDCFW
impl RefUnwindSafe for LBDCFW
impl Send for LBDCFW
impl Sync for LBDCFW
impl Unpin for LBDCFW
impl UnwindSafe for LBDCFW
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