Skip to main content

EpsR

Type Alias EpsR 

Source
pub type EpsR = BitReader<Eps>;
Expand description

Field eps reader - Parity select: 0=odd; 1=even

Aliased Type§

pub struct EpsR { /* private fields */ }

Implementations§

Source§

impl EpsR

Source

pub const fn variant(&self) -> Eps

Get enumerated values variant

Source

pub fn is_odd(&self) -> bool

Odd parity

Source

pub fn is_even(&self) -> bool

Even parity