RieW

Type Alias RieW 

pub type RieW<'a, REG> = BitWriter<'a, REG, Rie>;
Expand description

Field RIE writer - Reload Point Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

Reload point interrupt is disabled.

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

Reload point interrupt is enabled.