Enum avr_device::atmega4809::twi0::sctrlb::SCMD_A
source · #[repr(u8)]pub enum SCMD_A {
NOACT = 0,
COMPTRANS = 2,
RESPONSE = 3,
}
Expand description
Command
Value on reset: 0
Variants§
NOACT = 0
0: No Action
COMPTRANS = 2
2: Used To Complete a Transaction
RESPONSE = 3
3: Used in Response to Address/Data Interrupt
Trait Implementations§
source§impl PartialEq for SCMD_A
impl PartialEq for SCMD_A
impl Copy for SCMD_A
impl Eq for SCMD_A
impl StructuralPartialEq for SCMD_A
Auto Trait Implementations§
impl RefUnwindSafe for SCMD_A
impl Send for SCMD_A
impl Sync for SCMD_A
impl Unpin for SCMD_A
impl UnwindSafe for SCMD_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