Type Alias xmc4300::vadc_g0::asmr::LDM_W

source ·
pub type LDM_W<'a, REG> = BitWriter<'a, REG, LDM_A>;
Expand description

Field LDM writer - Autoscan Source Load Event Mode

Aliased Type§

struct LDM_W<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> LDM_W<'a, REG>
where REG: Writable + RegisterSpec,

source

pub fn value1(self) -> &'a mut W<REG>

Overwrite mode: Copy all bits from the select registers to the pending registers upon a load event

source

pub fn value2(self) -> &'a mut W<REG>

Combine mode: Set all pending bits that are set in the select registers upon a load event (logic OR)