ByswW

Type Alias ByswW 

pub type ByswW<'a, REG> = BitWriter<'a, REG, Bysw>;
Expand description

Field BYSW writer - Byte Swap

Aliased Type§

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

Implementations§

§

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

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

Byte swap disabled.

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

Byte swap enabled.