pub enum PeripheralSelect {
Show 13 variants
PortA = 0,
PortB = 1,
Spi0 = 4,
Spi1 = 5,
Spi2 = 6,
Uart0 = 8,
Uart1 = 9,
I2c0 = 16,
I2c1 = 17,
Irqsel = 21,
IoConfig = 22,
Utility = 23,
Gpio = 24,
}Variants§
PortA = 0
PortB = 1
Spi0 = 4
Spi1 = 5
Spi2 = 6
Uart0 = 8
Uart1 = 9
I2c0 = 16
I2c1 = 17
Irqsel = 21
IoConfig = 22
Utility = 23
Gpio = 24
Trait Implementations§
Source§impl Clone for PeripheralSelect
impl Clone for PeripheralSelect
Source§fn clone(&self) -> PeripheralSelect
fn clone(&self) -> PeripheralSelect
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PeripheralSelect
impl Debug for PeripheralSelect
Source§impl Format for PeripheralSelect
impl Format for PeripheralSelect
Source§impl PartialEq for PeripheralSelect
impl PartialEq for PeripheralSelect
impl Copy for PeripheralSelect
impl Eq for PeripheralSelect
impl StructuralPartialEq for PeripheralSelect
Auto Trait Implementations§
impl Freeze for PeripheralSelect
impl RefUnwindSafe for PeripheralSelect
impl Send for PeripheralSelect
impl Sync for PeripheralSelect
impl Unpin for PeripheralSelect
impl UnwindSafe for PeripheralSelect
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