ReieW

Type Alias ReieW 

pub type ReieW<'a, REG> = BitWriter<'a, REG, Reie>;
Expand description

Field REIE writer - Receive Error Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

Interrupt disabled.

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

Interrupt enabled.