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