TrotW

Type Alias TrotW 

pub type TrotW<'a, REG> = BitWriter<'a, REG, Trot>;
Expand description

Field TROT writer - Timer Reload On Trigger

Aliased Type§

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

Implementations§

§

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

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

Timer will not reload on selected trigger

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

Timer will reload on selected trigger