TcieW

Type Alias TcieW 

pub type TcieW<'a, REG> = BitWriter<'a, REG, Tcie>;
Expand description

Field TCIE writer - Transmission Complete Interrupt Enable for

Aliased Type§

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

Implementations§

§

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

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

Hardware interrupts from TC disabled; use polling.

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

Hardware interrupt requested when TC flag is 1.