TieW

Type Alias TieW 

pub type TieW<'a, REG> = BitWriter<'a, REG, Tie>;
Expand description

Field TIE writer - Transmit Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

Hardware interrupts from TDRE disabled; use polling.

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

Hardware interrupt requested when TDRE flag is 1.