Enum stm32_hal2::sai::FsSignal [−][src]
#[repr(u8)]
pub enum FsSignal {
Frame,
FrameAndChannel,
}
Expand description
Set Where the signal is in the frame. Sets FRCR register, FDEF field.
Variants
Start of frame, like for instance the PCM/DSP, TDM, AC’97, audio protocols. Sets FRCR register, FSDEF field.
Start of frame and channel side identification within the audio frame like for the I2S, the MSB or LSB-justified protocols.