#[repr(u8)]pub enum Sdaholdselect {
Disable = 0,
_75ns = 1,
_450ns = 2,
_600ns = 3,
}
Expand description
SDA Hold Time
Value on reset: 0
Variants§
Disable = 0
0: Disabled
_75ns = 1
1: 50-100ns hold time
_450ns = 2
2: 300-600ns hold time
_600ns = 3
3: 400-800ns hold time
Trait Implementations§
Source§impl Clone for Sdaholdselect
impl Clone for Sdaholdselect
Source§fn clone(&self) -> Sdaholdselect
fn clone(&self) -> Sdaholdselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Sdaholdselect
impl Debug for Sdaholdselect
Source§impl From<Sdaholdselect> for u8
impl From<Sdaholdselect> for u8
Source§fn from(variant: Sdaholdselect) -> Self
fn from(variant: Sdaholdselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Sdaholdselect
impl PartialEq for Sdaholdselect
impl Copy for Sdaholdselect
impl Eq for Sdaholdselect
impl IsEnum for Sdaholdselect
impl StructuralPartialEq for Sdaholdselect
Auto Trait Implementations§
impl Freeze for Sdaholdselect
impl RefUnwindSafe for Sdaholdselect
impl Send for Sdaholdselect
impl Sync for Sdaholdselect
impl Unpin for Sdaholdselect
impl UnwindSafe for Sdaholdselect
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