RrieW

Type Alias RrieW 

pub type RrieW<'a, REG> = BitWriter<'a, REG, Rrie>;
Expand description

Field RRIE writer - Round-Robin interrupt enable

Aliased Type§

pub struct RrieW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> RrieW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

The round-robin interrupt is disabled.

pub fn _1(self) -> &'a mut W<REG>

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