pub enum UGW {
UPDATE,
}
Expand description
Values that can be written to the field UG
Variants§
UPDATE
Re-initializes the timer counter and generates an update of the reigsters.
Auto Trait Implementations§
impl Freeze for UGW
impl RefUnwindSafe for UGW
impl Send for UGW
impl Sync for UGW
impl Unpin for UGW
impl UnwindSafe for UGW
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