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