Type Definition stm32_hal2::pac::sai1::ch::cr1::MONO_W

source · []
pub type MONO_W<'a, const O: u8> = BitWriterRaw<'a, u32, CR1_SPEC, MONO_A, BitM, O>;
Expand description

Field MONO writer - Mono mode. This bit is set and cleared by software. It is meaningful only when the number of slots is equal to 2. When the mono mode is selected, slot 0 data are duplicated on slot 1 when the audio block operates as a transmitter. In reception mode, the slot1 is discarded and only the data received from slot 0 are stored. Refer to Section: Mono/stereo mode for more details.