Skip to main content

InitposW

Type Alias InitposW 

Source
pub type InitposW<'a, REG> = BitWriter<'a, REG, Initpos>;
Expand description

Field INITPOS writer - Initial Position Register

Aliased Type§

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

Implementations§

Source§

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

Source

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

Don’t initialize position counter on rising edge of TRIGGER

Source

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

Initialize position counter on rising edge of TRIGGER