HsmenR

Type Alias HsmenR 

pub type HsmenR = BitReader<Hsmen>;
Expand description

Field HSMEN reader - High Speed Mode Enable

Aliased Type§

pub struct HsmenR { /* private fields */ }

Implementations§

§

impl HsmenR

pub const fn variant(&self) -> Hsmen

Get enumerated values variant

pub fn is_0(&self) -> bool

Disables detection of Hs-mode master code.

pub fn is_1(&self) -> bool

Enables detection of Hs-mode master code.