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
impl TsoiR
pub fn is_1(&self) -> bool
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.