ErrovrR

Type Alias ErrovrR 

pub type ErrovrR = BitReader<Errovr>;
Expand description

Field ERROVR reader - Error Overrun bit

Aliased Type§

pub struct ErrovrR { /* private fields */ }

Implementations§

§

impl ErrovrR

pub const fn variant(&self) -> Errovr

Get enumerated values variant

pub fn is_0(&self) -> bool

Overrun has not occurred.

pub fn is_1(&self) -> bool

Overrun has occurred.