ByswR

Type Alias ByswR 

pub type ByswR = BitReader<Bysw>;
Expand description

Field BYSW reader - Byte Swap

Aliased Type§

pub struct ByswR { /* private fields */ }

Implementations§

§

impl ByswR

pub const fn variant(&self) -> Bysw

Get enumerated values variant

pub fn is_0(&self) -> bool

Byte swap disabled.

pub fn is_1(&self) -> bool

Byte swap enabled.