pub enum TIM16 {
NotInterrupted = 0,
Interrupted = 1,
}
Expand description
TIM16
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TIM16
impl Eq for TIM16
impl StructuralPartialEq for TIM16
Auto Trait Implementations§
impl Freeze for TIM16
impl RefUnwindSafe for TIM16
impl Send for TIM16
impl Sync for TIM16
impl Unpin for TIM16
impl UnwindSafe for TIM16
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