#[repr(u8)]pub enum Startcfg {
BOTH_I2C_AND_LPI2C_IDLE = 0,
I2C_IDLE = 1,
}Variants§
BOTH_I2C_AND_LPI2C_IDLE = 0
Sets when both I2C bus and LPI2C controller are idle
I2C_IDLE = 1
Sets when I2C bus is idle
Implementations§
Trait Implementations§
Source§impl Ord for Startcfg
impl Ord for Startcfg
Source§impl PartialOrd for Startcfg
impl PartialOrd for Startcfg
impl Copy for Startcfg
impl Eq for Startcfg
impl StructuralPartialEq for Startcfg
Auto Trait Implementations§
impl Freeze for Startcfg
impl RefUnwindSafe for Startcfg
impl Send for Startcfg
impl Sync for Startcfg
impl Unpin for Startcfg
impl UnwindSafe for Startcfg
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