Struct grand_central_m4::pins::Sets[][src]

pub struct Sets {
Show 14 fields pub tx_led: Pc30<Input<Floating>>, pub rx_led: Pc31<Input<Floating>>, pub analog: Analog, pub spi: SPI, pub sdcard: SdCard, pub i2c: I2C, pub flash: QSPIFlash, pub neopixel: Neopixel, pub usb: USB, pub uart0: UART0_, pub uart1: UART1_, pub uart2: UART2_, pub uart3: UART3_, pub port: Port,
}
Expand description

Sets of pins split apart by category

Fields

tx_led: Pc30<Input<Floating>>rx_led: Pc31<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

neopixel: Neopixel

Neopixel

usb: USB

USB pins

uart0: UART0_

UART (external pinout) pins

uart1: UART1_uart2: UART2_uart3: UART3_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.