Module stm32f4xx_hal::i2s[][src]

Expand description

I2S (inter-IC Sound) communication using SPI peripherals

This module is only available if the i2s feature is enabled.

Structs

An I2s wrapper around an SPI object and pins

Traits

A pin that can be used as CK (bit clock)

A pin that can be used as MCK (master clock output)

A pin that can be used as SD (serial data)

A pin that can be used as WS (word select, left/right clock)

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

Type Definitions

A placeholder for when the MCLK pin is not needed