ReieR

Type Alias ReieR 

pub type ReieR = BitReader<Reie>;
Expand description

Field REIE reader - Receive Error Interrupt Enable

Aliased Type§

pub struct ReieR { /* private fields */ }

Implementations§

§

impl ReieR

pub const fn variant(&self) -> Reie

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt disabled.

pub fn is_1(&self) -> bool

Interrupt enabled.