pub enum CLOCK_SYNCHRONIZE_A {
ENABLE = 1,
DISABLE = 0,
}
Expand description
Enable I2C clock synchronization
Enable this bit to support multi-master and clock-stretching. It should not be turned-off normally.
Value on reset: 1
Variants§
Trait Implementations§
Source§impl Clone for CLOCK_SYNCHRONIZE_A
impl Clone for CLOCK_SYNCHRONIZE_A
Source§fn clone(&self) -> CLOCK_SYNCHRONIZE_A
fn clone(&self) -> CLOCK_SYNCHRONIZE_A
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 CLOCK_SYNCHRONIZE_A
impl Debug for CLOCK_SYNCHRONIZE_A
Source§impl From<CLOCK_SYNCHRONIZE_A> for bool
impl From<CLOCK_SYNCHRONIZE_A> for bool
Source§fn from(variant: CLOCK_SYNCHRONIZE_A) -> Self
fn from(variant: CLOCK_SYNCHRONIZE_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CLOCK_SYNCHRONIZE_A
impl PartialEq for CLOCK_SYNCHRONIZE_A
impl Copy for CLOCK_SYNCHRONIZE_A
impl Eq for CLOCK_SYNCHRONIZE_A
impl StructuralPartialEq for CLOCK_SYNCHRONIZE_A
Auto Trait Implementations§
impl Freeze for CLOCK_SYNCHRONIZE_A
impl RefUnwindSafe for CLOCK_SYNCHRONIZE_A
impl Send for CLOCK_SYNCHRONIZE_A
impl Sync for CLOCK_SYNCHRONIZE_A
impl Unpin for CLOCK_SYNCHRONIZE_A
impl UnwindSafe for CLOCK_SYNCHRONIZE_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