Type Alias ENDIAN_W

Source
pub type ENDIAN_W<'a, REG> = BitWriter<'a, REG, ENDIAN_A>;
Expand description

Field endian writer - Sets endian of input data

Aliased Type§

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

Implementations§

Source§

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

Source

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

Little endian

Source

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

Big endian