InittrigenW

Type Alias InittrigenW 

pub type InittrigenW<'a, REG> = BitWriter<'a, REG, Inittrigen>;
Expand description

Field INITTRIGEN writer - Initialization Trigger Enable

Aliased Type§

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

Implementations§

§

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

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

The generation of initialization trigger is disabled.

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

The generation of initialization trigger is enabled.