Enum Tsoi
pub enum Tsoi {
_0 = 0,
_1 = 1,
}Expand description
Timer Stop On Interrupt
Value on reset: 0
Variants§
_0 = 0
0: The channel timer does not stop after timeout.
_1 = 1
1: 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.
Trait Implementations§
impl Copy for Tsoi
impl Eq for Tsoi
impl StructuralPartialEq for Tsoi
Auto Trait Implementations§
impl Freeze for Tsoi
impl RefUnwindSafe for Tsoi
impl Send for Tsoi
impl Sync for Tsoi
impl Unpin for Tsoi
impl UnwindSafe for Tsoi
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more