Enum rp2040_pac::xip_ssi::spi_ctrlr0::INST_L_A
source · #[repr(u8)]pub enum INST_L_A {
NONE = 0,
_4B = 1,
_8B = 2,
_16B = 3,
}
Expand description
Instruction length (0/4/8/16b)
Value on reset: 0
Variants§
NONE = 0
0: No instruction
_4B = 1
1: 4-bit instruction
_8B = 2
2: 8-bit instruction
_16B = 3
3: 16-bit instruction
Trait Implementations§
impl Copy for INST_L_A
impl Eq for INST_L_A
impl StructuralPartialEq for INST_L_A
Auto Trait Implementations§
impl Freeze for INST_L_A
impl RefUnwindSafe for INST_L_A
impl Send for INST_L_A
impl Sync for INST_L_A
impl Unpin for INST_L_A
impl UnwindSafe for INST_L_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
)