HsmenW

Type Alias HsmenW 

pub type HsmenW<'a, REG> = BitWriter<'a, REG, Hsmen>;
Expand description

Field HSMEN writer - High Speed Mode Enable

Aliased Type§

pub struct HsmenW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> HsmenW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Disables detection of Hs-mode master code.

pub fn _1(self) -> &'a mut W<REG>

Enables detection of Hs-mode master code.