#[repr(u8)]
pub enum LTIME_A {
    DEFAULT,
    _800US,
    _900US,
    _1MS,
    _1P1MS,
}Expand description
Lock Time
Value on reset: 0
Variants
DEFAULT
0: No time-out. Automatic lock
_800US
4: Time-out if no lock within 800us
_900US
5: Time-out if no lock within 900us
_1MS
6: Time-out if no lock within 1ms
_1P1MS
7: Time-out if no lock within 1.1ms
Trait Implementations
impl Copy for LTIME_A
impl StructuralPartialEq for LTIME_A
Auto Trait Implementations
impl RefUnwindSafe for LTIME_A
impl Send for LTIME_A
impl Sync for LTIME_A
impl Unpin for LTIME_A
impl UnwindSafe for LTIME_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more