#[repr(u8)]pub enum TransType {
_1C1A = 0,
_1C2A = 1,
_2C2A = 2,
_RESERVED_3 = 3,
}
Variants§
_1C1A = 0
Command and address both in standard SPI frame format
_1C2A = 1
Command in standard SPI format, address in format specified by FRF
_2C2A = 2
Command and address both in format specified by FRF (e.g. Dual-SPI)
_RESERVED_3 = 3
Implementations§
Trait Implementations§
source§impl Ord for TransType
impl Ord for TransType
source§impl PartialOrd for TransType
impl PartialOrd for TransType
impl Copy for TransType
impl Eq for TransType
impl StructuralPartialEq for TransType
Auto Trait Implementations§
impl Freeze for TransType
impl RefUnwindSafe for TransType
impl Send for TransType
impl Sync for TransType
impl Unpin for TransType
impl UnwindSafe for TransType
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
)