Enum avr_device::atmega4809::portmux::twispiroutea::SPI0_A
source · #[repr(u8)]pub enum SPI0_A {
DEFAULT = 0,
ALT1 = 1,
ALT2 = 2,
NONE = 3,
}
Expand description
Port Multiplexer SPI0
Value on reset: 0
Variants§
DEFAULT = 0
0: SPI0 on PA[7:4]
ALT1 = 1
1: SPI0 on PC[3:0]
ALT2 = 2
2: SPI0 on PE[3:0]
NONE = 3
3: Not connected to any pins
Trait Implementations§
impl Copy for SPI0_A
impl Eq for SPI0_A
impl StructuralPartialEq for SPI0_A
Auto Trait Implementations§
impl Freeze for SPI0_A
impl RefUnwindSafe for SPI0_A
impl Send for SPI0_A
impl Sync for SPI0_A
impl Unpin for SPI0_A
impl UnwindSafe for SPI0_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
)