Struct Cr2W
Source #[repr(C)]
pub struct Cr2W { }
Bit 26 - Packet error checking byte
Bit 25 - Automatic end mode (master mode)
Bit 24 - NBYTES reload mode
Bits 16:23 - Number of bytes
Bit 15 - NACK generation (slave mode)
Bit 14 - Stop generation (master mode)
Bit 13 - Start generation
Bit 12 - 10-bit address header only read direction (master receiver mode)
Bit 11 - 10-bit addressing mode (master mode)
Bit 10 - Transfer direction (master mode)
Bits 8:9 - Slave address bit 9:8 (master mode)
Bits 1:7 - Slave address bit 7:1 (master mode)
Bit 0 - Slave address bit 0 (master mode)
Performs copy-assignment from
source
.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
🔬This is a nightly-only experimental API. (clone_to_uninit
)
Performs copy-assignment from
self
to
dest
.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.