LsbfW

Type Alias LsbfW 

pub type LsbfW<'a, REG> = BitWriter<'a, REG, Lsbf>;
Expand description

Field LSBF writer - LSB First

Aliased Type§

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

Implementations§

§

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

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

Data is transferred MSB first.

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

Data is transferred LSB first.