Enum rp2040_pac::i2c0::ic_tar::SPECIAL_A
source · pub enum SPECIAL_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
This bit indicates whether software performs a Device-ID or General Call or START BYTE command. - 0: ignore bit 10 GC_OR_START and use IC_TAR normally - 1: perform special I2C command as specified in Device_ID or GC_OR_START bit Reset value: 0x0
Value on reset: 0
Variants§
DISABLED = 0
0: Disables programming of GENERAL_CALL or START_BYTE transmission
ENABLED = 1
1: Enables programming of GENERAL_CALL or START_BYTE transmission
Trait Implementations§
impl Copy for SPECIAL_A
impl Eq for SPECIAL_A
impl StructuralPartialEq for SPECIAL_A
Auto Trait Implementations§
impl Freeze for SPECIAL_A
impl RefUnwindSafe for SPECIAL_A
impl Send for SPECIAL_A
impl Sync for SPECIAL_A
impl Unpin for SPECIAL_A
impl UnwindSafe for SPECIAL_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
)