pub enum GEN_CALL_A {
INACTIVE = 0,
ACTIVE = 1,
}
Expand description
Set only when a General Call address is received and it is acknowledged. It stays set until it is cleared either by disabling DW_apb_i2c or when the CPU reads bit 0 of the IC_CLR_GEN_CALL register. DW_apb_i2c stores the received data in the Rx buffer.
Reset value: 0x0
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for GEN_CALL_A
impl Clone for GEN_CALL_A
Source§fn clone(&self) -> GEN_CALL_A
fn clone(&self) -> 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 GEN_CALL_A
impl Debug for GEN_CALL_A
Source§impl From<GEN_CALL_A> for bool
impl From<GEN_CALL_A> for bool
Source§fn from(variant: GEN_CALL_A) -> Self
fn from(variant: GEN_CALL_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for GEN_CALL_A
impl PartialEq for GEN_CALL_A
impl Copy for GEN_CALL_A
impl Eq for GEN_CALL_A
impl StructuralPartialEq for GEN_CALL_A
Auto Trait Implementations§
impl Freeze for GEN_CALL_A
impl RefUnwindSafe for GEN_CALL_A
impl Send for GEN_CALL_A
impl Sync for GEN_CALL_A
impl Unpin for GEN_CALL_A
impl UnwindSafe for 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