Enum stm32_hal2::sai::Protocol [−][src]
#[repr(u8)]
pub enum Protocol {
Free,
Spdif,
Ac97,
}
Expand description
Select the audio protocol to use. xCR1 register, PRTCFG field.
Variants
Free protocol. Free protocol allows to use the powerful configuration of the audio block to address a specific audio protocol (such as I2S, LSB/MSB justified, TDM, PCM/DSP…) by setting most of the configuration register bits as well as frame configuration register.
SPDIF protocol
AC’97 protocol