FlexenR

Type Alias FlexenR 

pub type FlexenR = BitReader<Flexen>;
Expand description

Field FLEXEN reader - FlexIO Enable

Aliased Type§

pub struct FlexenR { /* private fields */ }

Implementations§

§

impl FlexenR

pub const fn variant(&self) -> Flexen

Get enumerated values variant

pub fn is_0(&self) -> bool

FlexIO module is disabled.

pub fn is_1(&self) -> bool

FlexIO module is enabled.