Skip to main content

RepeatW

Type Alias RepeatW 

Source
pub type RepeatW<'a, REG> = BitWriter<'a, REG, Repeat>;
Expand description

Field REPEAT writer - Repeat Delay

Aliased Type§

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

Implementations§

Source§

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

Source

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

One-time delay

Source

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

Delay repeats continuously