Type Alias HsenW

Source
pub type HsenW<'a, REG> = BitWriter<'a, REG, Hsenselect>;
Expand description

Field HSEN writer - High Speed Enable

Aliased Type§

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

Implementations§

Source§

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

Source

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

Normal Speed mode

Source

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

High Speed mode