Type Alias gd32f1::gd32f190::usart0::ctl0::TcieW

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

Field TCIE writer - Transmission complete interrupt enable

Aliased Type§

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

Implementations§

source§

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

source

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

Transmission complete interrupt is disabled

source

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

Interrupt is generated whenever TC=1 in the STAT register