TsoiW

Type Alias TsoiW 

pub type TsoiW<'a, REG> = BitWriter<'a, REG, Tsoi>;
Expand description

Field TSOI writer - Timer Stop On Interrupt

Aliased Type§

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

Implementations§

§

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

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

The channel timer does not stop after timeout.

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

The channel timer will stop after a timeout, and the channel timer will restart based on TSOT. When TSOT = 0, the channel timer will restart after a rising edge on the T_EN bit is detected (which means that the timer channel is disabled and then enabled); when TSOT = 1, the channel timer will restart after a rising edge on the selected trigger is detected.