Type Definition stm32g0::stm32g0c1::adc::cfgr1::ALIGN_W

source · []
pub type ALIGN_W<'a, const O: u8> = BitWriter<'a, u32, CFGR1_SPEC, ALIGN_A, O>;
Expand description

Field ALIGN writer - Data alignment This bit is set and cleared by software to select right or left alignment. Refer to Data alignment and resolution (oversampling disabled: OVSE = 0) on page 401 Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).

Implementations

Right alignment

Left alignment