HwrstcntW

Type Alias HwrstcntW 

pub type HwrstcntW<'a, REG> = BitWriter<'a, REG, Hwrstcnt>;
Expand description

Field HWRSTCNT writer - FTM counter synchronization is activated by a hardware trigger

Aliased Type§

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

Implementations§

§

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

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

A hardware trigger does not activate the FTM counter synchronization.

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

A hardware trigger activates the FTM counter synchronization.