MenW

Type Alias MenW 

pub type MenW<'a, REG> = BitWriter<'a, REG, Men>;
Expand description

Field MEN writer - Module Enable

Aliased Type§

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

Implementations§

§

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

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

Module is disabled.

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

Module is enabled.