TcieW

Type Alias TcieW 

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

Field TCIE writer - Transfer Complete Interrupt Enable

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>

Interrupt disabled.

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

Interrupt enabled.