TaieW

Type Alias TaieW 

pub type TaieW<'a, REG> = BitWriter<'a, REG, Taie>;
Expand description

Field TAIE writer - Transmit ACK Interrupt Enable

Aliased Type§

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

Implementations§

§

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