Skip to main content

FastaccW

Type Alias FastaccW 

Source
pub type FastaccW<'a, REG> = BitWriter<'a, REG, Fastacc>;
Expand description

Field FASTACC writer - Fast Access

Aliased Type§

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

Implementations§

Source§

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

Source

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

Normal

Source

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

Fast