pub enum TIM2RSTW {
RESET,
}
Expand description
Values that can be written to the field TIM2RST
Variants§
RESET
Reset the selected module
Auto Trait Implementations§
impl Freeze for TIM2RSTW
impl RefUnwindSafe for TIM2RSTW
impl Send for TIM2RSTW
impl Sync for TIM2RSTW
impl Unpin for TIM2RSTW
impl UnwindSafe for TIM2RSTW
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