Type Alias gd32f1::gd32f190::usart0::ctl0::RenR

source ·
pub type RenR = BitReader<Ren>;
Expand description

Field REN reader - Receiver enable

Aliased Type§

struct RenR { /* private fields */ }

Implementations§

source§

impl RenR

source

pub const fn variant(&self) -> Ren

Get enumerated values variant

source

pub fn is_disabled(&self) -> bool

Receiver is disabled

source

pub fn is_enabled(&self) -> bool

Receiver is enabled