Module sai

Source

Structs§

Capabilities
Represents the driver capabilities.
Event
Represents SAI communication events.
Status
Represents the status of the SAI peripheral.

Enums§

BitOrder
Defines the bit order for audio data transmission.
ClockPolarity
Defines the polarity of the clock signal.
Companding
Defines the data companding options.
Mode
Defines the direction/mode of the SAI block.
PowerState
Defines power states for the SAI peripheral.
Protocol
Defines the audio protocols supported by the SAI peripheral.
Synchronization
Defines synchronization mode between transmitter and receiver.

Traits§

Sai
Trait defining the standard interface for a SAI driver.

Type Aliases§

Error
A generic error type for the SAI driver, using i32 for compatibility.
Result
A specialized Result type for SAI operations.