[][src]Enum rp2040::io_bank0::gpio8_ctrl::FUNCSEL_A

#[repr(u8)]pub enum FUNCSEL_A {
    SPI1_RX,
    UART1_TX,
    I2C0_SDA,
    PWM_A_4,
    SIO_8,
    PIO0_8,
    PIO1_8,
    USB_MUXING_EXTPHY_RCV,
    USB_MUXING_VBUS_EN,
    NULL,
}

0-31 -> selects pin function according to the gpio table\n 31 == NULL

Value on reset: 31

Variants

SPI1_RX

1: 1

UART1_TX

2: 10

I2C0_SDA

3: 11

PWM_A_4

4: 100

SIO_8

5: 101

PIO0_8

6: 110

PIO1_8

7: 111

USB_MUXING_EXTPHY_RCV

8: 1000

USB_MUXING_VBUS_EN

9: 1001

NULL

31: 11111

Trait Implementations

impl Clone for FUNCSEL_A[src]

impl Copy for FUNCSEL_A[src]

impl Debug for FUNCSEL_A[src]

impl PartialEq<FUNCSEL_A> for FUNCSEL_A[src]

impl StructuralPartialEq for FUNCSEL_A[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.