Enum stm32_hal2::sai::FsPolarity [−][src]
#[repr(u8)]
pub enum FsPolarity {
ActiveLow,
ActiveHigh,
}
Expand description
This bit is set and cleared by software. It is used to configure the level of the start of frame on the FS signal. It is meaningless and is not used in AC’97 or SPDIF audio block configuration. This bit must be configured when the audio block is disabled.
Variants
FS is active low (falling edge)
FS is active high (rising edge)