Type Alias BcenW

Source
pub type BcenW<'a, REG> = BitWriter<'a, REG, Bcenselect>;
Expand description

Field BCEN writer - Block Count Enable

Aliased Type§

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

Implementations§

Source§

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

Source

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

Disable

Source

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

Enable