OrieW

Type Alias OrieW 

pub type OrieW<'a, REG> = BitWriter<'a, REG, Orie>;
Expand description

Field ORIE writer - Overrun Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

OR interrupts disabled; use polling.

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

Hardware interrupt requested when OR is set.