Module esp_idf_svc::hal::i2s
source · Expand description
Driver for the Inter-IC Sound (I2S) peripheral(s).
Modules§
- I2S configuration
Structs§
- Concrete implementation of both
I2sRxSupported
andI2sTxSupported
for use in clients. - Inter-IC Sound (I2S) driver.
- Reference for I2S driver
- Concrete implementation of
I2sRxSupported
for use in clients. - Concrete implementation of
I2sTxSupported
for use in clients.
Traits§
- Trait implemented by I2S peripherals to obtain their port number.
- Marker trait indicating that a driver supports receiving data via the
I2sRx
trait. - Marker trait indicating that a driver supports transmitting data via the
I2sTx
trait.
Type Aliases§
- I2S channel base configuration.