DacenW

Type Alias DacenW 

pub type DacenW<'a, REG> = BitWriter<'a, REG, Dacen>;
Expand description

Field DACEN writer - DAC Enable

Aliased Type§

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

Implementations§

§

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

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

DAC is disabled.

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

DAC is enabled.