pub enum UG {
Update = 1,
}
Expand description
Update generation
Value on reset: 0
Variants§
Update = 1
1: Re-initializes the timer counter and generates an update of the registers.
Trait Implementations§
impl Copy for UG
impl Eq for UG
impl StructuralPartialEq for UG
Auto Trait Implementations§
impl Freeze for UG
impl RefUnwindSafe for UG
impl Send for UG
impl Sync for UG
impl Unpin for UG
impl UnwindSafe for UG
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