Type Alias gd32f1::gd32f130::usart0::ctl1::MsbfR

source ·
pub type MsbfR = BitReader<Msbf>;
Expand description

Field MSBF reader - Most significant bit first

Aliased Type§

struct MsbfR { /* private fields */ }

Implementations§

source§

impl MsbfR

source

pub const fn variant(&self) -> Msbf

Get enumerated values variant

source

pub fn is_lsb(&self) -> bool

Data is transmitted/received with data bit 0 first, following the start bit

source

pub fn is_msb(&self) -> bool

Data is transmitted/received with MSB (bit 7/8/9) first, following the start bit