Struct atsame54_xpro::pins::Sets[][src]

pub struct Sets {
    pub led: Pc18<Input<Floating>>,
    pub sw0: Pb31<Input<Floating>>,
    pub analog: Analog,
    pub spi: SPI,
    pub sdcard: SdCard,
    pub i2c: I2C,
    pub flash: QSPIFlash,
    pub usb: USB,
    pub uart: UART_,
    pub port: Port,
}
Expand description

Sets of pins split apart by category

Fields

led: Pc18<Input<Floating>>sw0: Pb31<Input<Floating>>analog: Analog

Analog pins

spi: SPI

SPI (external pinout) pins

sdcard: SdCard

SdCard

i2c: I2C

I2C (external pinout) pins

flash: QSPIFlash

QSPI Flash pins

usb: USB

USB pins

uart: UART_

UART (external pinout) pins

port: Port

Port

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.