Trait stm32f4xx_hal::i2s::Pins[][src]

pub trait Pins<SPI> { }
Expand description

A set of pins configured for I2S communication: (WS, CK, MCLK, SD)

NoMasterClock can be used instead of the master clock pin.

Implementations on Foreign Types

Implementors