Enum stm32_hal2::sai::FsOffset [−][src]
#[repr(u8)]
pub enum FsOffset {
FirstBit,
BeforeFirstBit,
}
Expand description
Frame synchronization offset. Depending on the audio protocol targeted in the application, the Frame synchronization signal can be asserted when transmitting the last bit or the first bit of the audio frame (this is the case in I2S standard protocol and in MSB-justified protocol, respectively). Sets FRCR register, FSOFF field.
Variants
FS is asserted on the first bit of the slot 0.
FS is asserted one bit before the first bit of the slot 0