pub enum TEXTEN {
Disabled = 0,
Enabled = 1,
}
Expand description
Extended clock timeout enable
Value on reset: 0
Variants§
Disabled = 0
0: Extended clock timeout detection is disabled
Enabled = 1
1: Extended clock timeout detection is enabled
Trait Implementations§
impl Copy for TEXTEN
impl Eq for TEXTEN
impl StructuralPartialEq for TEXTEN
Auto Trait Implementations§
impl Freeze for TEXTEN
impl RefUnwindSafe for TEXTEN
impl Send for TEXTEN
impl Sync for TEXTEN
impl Unpin for TEXTEN
impl UnwindSafe for TEXTEN
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