Enum stm32_hal2::sai::Protocol
source · #[repr(u8)]
pub enum Protocol {
Free,
Spdif,
Ac97,
}Expand description
Select the audio protocol to use. xCR1 register, PRTCFG field.
Variants§
Free
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
SPDIF protocol
Ac97
AC’97 protocol