Type Alias stm32_hal2::pac::sai1::ch::cr2::TRIS_W

source ·
pub type TRIS_W<'a, const O: u8> = BitWriterRaw<'a, u32, CR2_SPEC, bool, BitM, O>;
Expand description

Field TRIS writer - Tristate management on data line. This bit is set and cleared by software. It is meaningful only if the audio block is configured as a transmitter. This bit is not used when the audio block is configured in SPDIF mode. It should be configured when SAI is disabled. Refer to Section: Output data line management on an inactive slot for more details.

Aliased Type§

struct TRIS_W<'a, const O: u8> { /* private fields */ }