NopW

Type Alias NopW 

pub type NopW<'a, REG> = BitWriter<'a, REG, Nop>;
Expand description

Field NOP writer - No Op enable

Aliased Type§

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

Implementations§

§

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

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

Normal operation

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

No operation, ignore the other bits in this register