Type Alias gd32f1::gd32f190::usart0::ctl0::RenW

source ·
pub type RenW<'a, REG> = BitWriter<'a, REG, Ren>;
Expand description

Field REN writer - Receiver enable

Aliased Type§

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

Implementations§

source§

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

source

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

Receiver is disabled

source

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

Receiver is enabled