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

source · []
pub type MONO_R = BitReaderRaw<MONO_A>;
Expand description

Field MONO reader - 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.