Type Alias gd32e1::gd32e103::spi0::ctl0::LfR

source ·
pub type LfR = BitReader<Lf>;
Expand description

Field LF reader - LSB First Mode

Aliased Type§

struct LfR { /* private fields */ }

Implementations§

source§

impl LfR

source

pub const fn variant(&self) -> Lf

Get enumerated values variant

source

pub fn is_msbfirst(&self) -> bool

Data is transmitted/received with the MSB first

source

pub fn is_lsbfirst(&self) -> bool

Data is transmitted/received with the LSB first