Type Alias gd32f1::gd32f190::usart0::ctl0::UenW

source ·
pub type UenW<'a, REG> = BitWriter<'a, REG, Uen>;
Expand description

Field UEN writer - USART enable

Aliased Type§

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

Implementations§

source§

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

source

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

USART prescaler and outputs disabled

source

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

USART prescaler and outputs enabled