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