#[repr(u8)]
pub enum SDAHOLD_A {
DISABLE,
_75NS,
_450NS,
_600NS,
}
Expand description
SDA Hold Time
Value on reset: 0
Variants
DISABLE
0: Disabled
_75NS
1: 50-100ns hold time
_450NS
2: 300-600ns hold time
_600NS
3: 400-800ns hold time
Trait Implementations
impl Copy for SDAHOLD_A
impl StructuralPartialEq for SDAHOLD_A
Auto Trait Implementations
impl RefUnwindSafe for SDAHOLD_A
impl Send for SDAHOLD_A
impl Sync for SDAHOLD_A
impl Unpin for SDAHOLD_A
impl UnwindSafe for SDAHOLD_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