#[repr(u8)]pub enum I3cCasrDel {
NO_DELAY = 0,
ONE_HALF_CLK = 1,
ONE_CLK = 2,
ONE_AND_ONE_HALF_CLK = 3,
}Variants§
NO_DELAY = 0
No delay
ONE_HALF_CLK = 1
Increases SCL clock period by 1/2
ONE_CLK = 2
Increases SCL clock period by 1
ONE_AND_ONE_HALF_CLK = 3
Increases SCL clock period by 1 1/2
Implementations§
Source§impl I3cCasrDel
impl I3cCasrDel
Trait Implementations§
Source§impl Clone for I3cCasrDel
impl Clone for I3cCasrDel
Source§fn clone(&self) -> I3cCasrDel
fn clone(&self) -> I3cCasrDel
Returns a duplicate 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 I3cCasrDel
impl Debug for I3cCasrDel
Source§impl From<I3cCasrDel> for u8
impl From<I3cCasrDel> for u8
Source§fn from(val: I3cCasrDel) -> u8
fn from(val: I3cCasrDel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for I3cCasrDel
impl From<u8> for I3cCasrDel
Source§fn from(val: u8) -> I3cCasrDel
fn from(val: u8) -> I3cCasrDel
Converts to this type from the input type.
Source§impl Ord for I3cCasrDel
impl Ord for I3cCasrDel
Source§fn cmp(&self, other: &I3cCasrDel) -> Ordering
fn cmp(&self, other: &I3cCasrDel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for I3cCasrDel
impl PartialEq for I3cCasrDel
Source§impl PartialOrd for I3cCasrDel
impl PartialOrd for I3cCasrDel
impl Copy for I3cCasrDel
impl Eq for I3cCasrDel
impl StructuralPartialEq for I3cCasrDel
Auto Trait Implementations§
impl Freeze for I3cCasrDel
impl RefUnwindSafe for I3cCasrDel
impl Send for I3cCasrDel
impl Sync for I3cCasrDel
impl Unpin for I3cCasrDel
impl UnwindSafe for I3cCasrDel
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