#[repr(u8)]pub enum I3cCasDel {
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 3/2
Implementations§
Trait Implementations§
Source§impl Ord for I3cCasDel
impl Ord for I3cCasDel
Source§impl PartialOrd for I3cCasDel
impl PartialOrd for I3cCasDel
impl Copy for I3cCasDel
impl Eq for I3cCasDel
impl StructuralPartialEq for I3cCasDel
Auto Trait Implementations§
impl Freeze for I3cCasDel
impl RefUnwindSafe for I3cCasDel
impl Send for I3cCasDel
impl Sync for I3cCasDel
impl Unpin for I3cCasDel
impl UnwindSafe for I3cCasDel
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