TsoiR

Type Alias TsoiR 

pub type TsoiR = BitReader<Tsoi>;
Expand description

Field TSOI reader - Timer Stop On Interrupt

Aliased Type§

pub struct TsoiR { /* private fields */ }

Implementations§

§

impl TsoiR

pub const fn variant(&self) -> Tsoi

Get enumerated values variant

pub fn is_0(&self) -> bool

The channel timer does not stop after timeout.

pub fn is_1(&self) -> bool

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.