Expand description
Driver for the Inter-IC Sound (I2S) peripheral(s).
Modules§
- I2S configuration
Structs§
- Concrete implementation of both
I2sRxSupportedandI2sTxSupportedfor use in clients. - Inter-IC Sound (I2S) driver.
- Reference for I2S driver
- Concrete implementation of
I2sRxSupportedfor use in clients. - Concrete implementation of
I2sTxSupportedfor 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
I2sRxtrait. - Marker trait indicating that a driver supports transmitting data via the
I2sTxtrait.
Type Aliases§
- I2S channel base configuration.