Type Alias gd32f1::gd32f130::spi0::ctl0::LfW

source ·
pub type LfW<'a, REG> = BitWriter<'a, REG, Lf>;
Expand description

Field LF writer - LSB First Mode

Aliased Type§

struct LfW<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> LfW<'a, REG>
where REG: Writable + RegisterSpec,

source

pub fn msbfirst(self) -> &'a mut W<REG>

Data is transmitted/received with the MSB first

source

pub fn lsbfirst(self) -> &'a mut W<REG>

Data is transmitted/received with the LSB first