#[repr(u8)]
pub enum LTIME_A {
NONE,
_8MS,
_9MS,
_10MS,
_11MS,
}
Expand description
Lock Time
Value on reset: 0
Variants
NONE
0: Default No time-out
_8MS
4: 8MS Time-out if no lock within 8 ms
_9MS
5: 9MS Time-out if no lock within 9 ms
_10MS
6: 10MS Time-out if no lock within 10 ms
_11MS
7: 11MS Time-out if no lock within 11 ms
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