IcrstW

Type Alias IcrstW 

pub type IcrstW<'a, REG> = BitWriter<'a, REG, Icrst>;
Expand description

Field ICRST writer - FTM counter reset by the selected input capture event.

Aliased Type§

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

Implementations§

§

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

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

FTM counter is not reset when the selected channel (n) input event is detected.

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

FTM counter is reset when the selected channel (n) input event is detected.