TeieW

Type Alias TeieW 

pub type TeieW<'a, REG> = BitWriter<'a, REG, Teie>;
Expand description

Field TEIE writer - Transmit Error Interrupt Enable

Aliased Type§

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

Implementations§

§

impl<'a, REG> TeieW<'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.