Skip to main content

PenR

Type Alias PenR 

Source
pub type PenR = BitReader<Pen>;
Expand description

Field pen reader - Parity enable: 0=disabled; 1=enabled

Aliased Type§

pub struct PenR { /* private fields */ }

Implementations§

Source§

impl PenR

Source

pub const fn variant(&self) -> Pen

Get enumerated values variant

Source

pub fn is_disabled(&self) -> bool

No parity

Source

pub fn is_enabled(&self) -> bool

Parity enabled