RieR

Type Alias RieR 

pub type RieR = BitReader<Rie>;
Expand description

Field RIE reader - Reload Point Interrupt Enable

Aliased Type§

pub struct RieR { /* private fields */ }

Implementations§

§

impl RieR

pub const fn variant(&self) -> Rie

Get enumerated values variant

pub fn is_0(&self) -> bool

Reload point interrupt is disabled.

pub fn is_1(&self) -> bool

Reload point interrupt is enabled.