pub enum RST {
NoEvent = 0,
Event = 1,
}
Expand description
Reset Interrupt Flag
Value on reset: 0
Variants§
NoEvent = 0
0: No TIMx counter reset/roll-over interrupt occurred
Event = 1
1: TIMx counter reset/roll-over interrupt occurred
Trait Implementations§
impl Copy for RST
impl Eq for RST
impl StructuralPartialEq for RST
Auto Trait Implementations§
impl Freeze for RST
impl RefUnwindSafe for RST
impl Send for RST
impl Sync for RST
impl Unpin for RST
impl UnwindSafe for RST
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