pub enum TIM2RST {
Reset = 1,
}Expand description
Timer 2 reset
Value on reset: 0
Variants§
Reset = 1
1: Reset the selected module
Trait Implementations§
impl Copy for TIM2RST
impl Eq for TIM2RST
impl StructuralPartialEq for TIM2RST
Auto Trait Implementations§
impl Freeze for TIM2RST
impl RefUnwindSafe for TIM2RST
impl Send for TIM2RST
impl Sync for TIM2RST
impl Unpin for TIM2RST
impl UnwindSafe for TIM2RST
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