Type Alias gd32f1::gd32f190::usart0::ctl0::TenR

source ·
pub type TenR = BitReader<Ten>;
Expand description

Field TEN reader - Transmitter enable

Aliased Type§

struct TenR { /* private fields */ }

Implementations§

source§

impl TenR

source

pub const fn variant(&self) -> Ten

Get enumerated values variant

source

pub fn is_disabled(&self) -> bool

Transmitter is disabled

source

pub fn is_enabled(&self) -> bool

Transmitter is enabled