AcfeW

Type Alias AcfeW 

pub type AcfeW<'a, REG> = BitWriter<'a, REG, Acfe>;
Expand description

Field ACFE writer - Compare Function Enable

Aliased Type§

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

Implementations§

§

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

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

Compare function disabled.

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

Compare function enabled.