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

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

Field CPL writer - Complement bit. This bit is set and cleared by software. It defines the type of complement to be used for companding mode Note: This bit has effect only when the companding mode is -Law algorithm or A-Law algorithm.

Aliased Type§

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