ReinitW

Type Alias ReinitW 

pub type ReinitW<'a, REG> = BitWriter<'a, REG, Reinit>;
Expand description

Field REINIT writer - FTM Counter Reinitialization by Synchronization

Aliased Type§

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

Implementations§

§

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

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

FTM counter continues to count normally.

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

FTM counter is updated with its initial value when the selected trigger is detected.