Type Alias gd32f1::gd32f130::usart0::ctl1::AbdenW

source ·
pub type AbdenW<'a, REG> = BitWriter<'a, REG, Abden>;
Expand description

Field ABDEN writer - Auto baud rate enable

Aliased Type§

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

Implementations§

source§

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

source

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

Auto baud rate detection is disabled

source

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

Auto baud rate detection is enabled