Type Alias CEN_W

Source
pub type CEN_W<'a, REG> = BitWriter<'a, REG, CEN>;
Expand description

Field CEN writer - Counter enable

Aliased Type§

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

Implementations§

Source§

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

Source

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

Counter disabled

Source

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

Counter enabled