RdieR

Type Alias RdieR 

pub type RdieR = BitReader<Rdie>;
Expand description

Field RDIE reader - Receive Data Interrupt Enable

Aliased Type§

pub struct RdieR { /* private fields */ }

Implementations§

§

impl RdieR

pub const fn variant(&self) -> Rdie

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt disabled.

pub fn is_1(&self) -> bool

Interrupt enabled.