Trait stm32f429_hal::i2s::WsPin [] [src]

pub unsafe trait WsPin<SPI1> { }

WS: Word Select (mapped on the NSS pin) is the data control signal output in master mode and input in slave mode.

Implementors