#[repr(u8)]pub enum IICSCLS_A {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
SCLn Output Select
Value on reset: 0
Variants§
_00 = 0
0: Output serial clock
_01 = 1
1: Generate start, restart, or stop condition
_10 = 2
2: Output low on SCLn pin
_11 = 3
3: Drive SCLn pin to high-impedance state
Trait Implementations§
impl Copy for IICSCLS_A
impl Eq for IICSCLS_A
impl StructuralPartialEq for IICSCLS_A
Auto Trait Implementations§
impl Freeze for IICSCLS_A
impl RefUnwindSafe for IICSCLS_A
impl Send for IICSCLS_A
impl Sync for IICSCLS_A
impl Unpin for IICSCLS_A
impl UnsafeUnpin for IICSCLS_A
impl UnwindSafe for IICSCLS_A
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