EnableW

Type Alias EnableW 

pub type EnableW<'a, REG> = BitWriter<'a, REG, Enable>;
Expand description

Field ENABLE writer - Enables the counter

Aliased Type§

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

Implementations§

§

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

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

counter disabled

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

counter enabled