ErrovrW

Type Alias ErrovrW 

pub type ErrovrW<'a, REG> = BitWriter<'a, REG, Errovr>;
Expand description

Field ERROVR writer - Error Overrun bit

Aliased Type§

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

Implementations§

§

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

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

Overrun has not occurred.

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

Overrun has occurred.