Type Alias itsybitsy_m4::SpiPads

source ·
pub type SpiPads = Pads<SpiSercom, UndocIoSet2, Miso, Mosi, Sck>;
Expand description

SPI pads for the labelled SPI peripheral

You can use these pads with other, user-defined spi::Configurations.

Aliased Type§

struct SpiPads { /* private fields */ }