RrieR

Type Alias RrieR 

pub type RrieR = BitReader<Rrie>;
Expand description

Field RRIE reader - Round-Robin interrupt enable

Aliased Type§

pub struct RrieR { /* private fields */ }

Implementations§

§

impl RrieR

pub const fn variant(&self) -> Rrie

Get enumerated values variant

pub fn is_0(&self) -> bool

The round-robin interrupt is disabled.

pub fn is_1(&self) -> bool

The round-robin interrupt is enabled when a comparison result changes from the last sample.