pub enum UG_AW {
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_AW
impl StructuralPartialEq for UG_AW
Auto Trait Implementations§
impl Freeze for UG_AW
impl RefUnwindSafe for UG_AW
impl Send for UG_AW
impl Sync for UG_AW
impl Unpin for UG_AW
impl UnwindSafe for UG_AW
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