PrexcenR

Type Alias PrexcenR 

pub type PrexcenR = BitReader<Prexcen>;
Expand description

Field PREXCEN reader - Protocol Exception Enable

Aliased Type§

pub struct PrexcenR { /* private fields */ }

Implementations§

§

impl PrexcenR

pub const fn variant(&self) -> Prexcen

Get enumerated values variant

pub fn is_0(&self) -> bool

Protocol Exception is disabled.

pub fn is_1(&self) -> bool

Protocol Exception is enabled.