Enum avr_device::atmega4809::twi0::mctrlb::MCMD_A
source · #[repr(u8)]pub enum MCMD_A {
NOACT = 0,
REPSTART = 1,
RECVTRANS = 2,
STOP = 3,
}
Expand description
Command
Value on reset: 0
Variants§
NOACT = 0
0: No Action
REPSTART = 1
1: Issue Repeated Start Condition
RECVTRANS = 2
2: Receive or Transmit Data, depending on DIR
STOP = 3
3: Issue Stop Condition
Trait Implementations§
impl Copy for MCMD_A
impl Eq for MCMD_A
impl StructuralPartialEq for MCMD_A
Auto Trait Implementations§
impl Freeze for MCMD_A
impl RefUnwindSafe for MCMD_A
impl Send for MCMD_A
impl Sync for MCMD_A
impl Unpin for MCMD_A
impl UnwindSafe for MCMD_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
)