ErrmskW

Type Alias ErrmskW 

pub type ErrmskW<'a, REG> = BitWriter<'a, REG, Errmsk>;
Expand description

Field ERRMSK writer - Error Interrupt Mask

Aliased Type§

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

Implementations§

§

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

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

Error interrupt disabled.

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

Error interrupt enabled.