SwrstcntW

Type Alias SwrstcntW 

pub type SwrstcntW<'a, REG> = BitWriter<'a, REG, Swrstcnt>;
Expand description

Field SWRSTCNT writer - FTM counter synchronization is activated by the software trigger

Aliased Type§

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

Implementations§

§

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

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

The software trigger does not activate the FTM counter synchronization.

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

The software trigger activates the FTM counter synchronization.