Type Definition stm32_hal2::pac::sai1::ch::frcr::FSDEF_W

source · []
pub type FSDEF_W<'a, const O: u8> = BitWriterRaw<'a, u32, FRCR_SPEC, bool, BitM, O>;
Expand description

Field FSDEF writer - Frame synchronization definition. This bit is set and cleared by software. When the bit is set, the number of slots defined in the SAI_xSLOTR register has to be even. It means that half of this number of slots will be dedicated to the left channel and the other slots for the right channel (e.g: this bit has to be set for I2S or MSB/LSB-justified protocols…). This bit is meaningless and is not used in AC97 or SPDIF audio block configuration. It must be configured when the audio block is disabled.