Type Alias xmc4800::vadc_g0::arbpr::Asen0W

source ·
pub type Asen0W<'a, REG> = BitWriter<'a, REG, Asen0>;
Expand description

Field ASEN0 writer - Arbitration Slot 0 Enable

Aliased Type§

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

Implementations§

source§

impl<'a, REG> Asen0W<'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.