pub enum ACK_GEN_CALL_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
ACK General Call. When set to 1, DW_apb_i2c responds with a ACK (by asserting ic_data_oe) when it receives a General Call. Otherwise, DW_apb_i2c responds with a NACK (by negating ic_data_oe).
Value on reset: 1
Variants§
Trait Implementations§
source§impl Clone for ACK_GEN_CALL_A
impl Clone for ACK_GEN_CALL_A
source§fn clone(&self) -> ACK_GEN_CALL_A
fn clone(&self) -> ACK_GEN_CALL_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 ACK_GEN_CALL_A
impl Debug for ACK_GEN_CALL_A
source§impl From<ACK_GEN_CALL_A> for bool
impl From<ACK_GEN_CALL_A> for bool
source§fn from(variant: ACK_GEN_CALL_A) -> Self
fn from(variant: ACK_GEN_CALL_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for ACK_GEN_CALL_A
impl PartialEq for ACK_GEN_CALL_A
impl Copy for ACK_GEN_CALL_A
impl Eq for ACK_GEN_CALL_A
impl StructuralPartialEq for ACK_GEN_CALL_A
Auto Trait Implementations§
impl Freeze for ACK_GEN_CALL_A
impl RefUnwindSafe for ACK_GEN_CALL_A
impl Send for ACK_GEN_CALL_A
impl Sync for ACK_GEN_CALL_A
impl Unpin for ACK_GEN_CALL_A
impl UnwindSafe for ACK_GEN_CALL_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)