Type Alias gd32f1::gd32f190::usart0::ctl0::RtieW

source ·
pub type RtieW<'a, REG> = BitWriter<'a, REG, Rtie>;
Expand description

Field RTIE writer - Receiver timeout interrupt enable

Aliased Type§

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

Implementations§

source§

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

source

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

Receiver timeout interrupt is disabled

source

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

Receiver timeout interrupt is enabled