Enum stm32wlxx_hal::pac::tim17::egr::UG_AW
pub enum UG_AW {
Update = 1,
}
Available on crate feature
stm32wl5x_cm4
only.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 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