Type Alias gd32f1::gd32f130::usart0::ctl1::ClenR

source ·
pub type ClenR = BitReader<Clen>;
Expand description

Field CLEN reader - CK length

Aliased Type§

struct ClenR { /* private fields */ }

Implementations§

source§

impl ClenR

source

pub const fn variant(&self) -> Clen

Get enumerated values variant

source

pub fn is_not_output(&self) -> bool

The clock pulse of the last data bit is not output to the CK pin

source

pub fn is_output(&self) -> bool

The clock pulse of the last data bit is output to the CK pin