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

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

Traits

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

Type Definitions

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

A placeholder for when the MCLK pin is not needed

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

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