Type Alias xmc4300::vadc_g0::arbpr::Asen2W

source ·
pub type Asen2W<'a, REG> = BitWriter<'a, REG, Asen2>;
Expand description

Field ASEN2 writer - Arbitration Slot 2 Enable

Aliased Type§

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

Implementations§

source§

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

source

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

The corresponding arbitration slot is disabled and considered as empty. Pending conversion requests from the associated request source are disregarded.

source

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

The corresponding arbitration slot is enabled. Pending conversion requests from the associated request source are arbitrated.