pub enum URSW {
ANYEVENT,
COUNTERONLY,
}
Expand description
Values that can be written to the field URS
Variants§
ANYEVENT
Any of counter overflow/underflow, setting UG, or update through slave mode, generates an update interrupt or DMA request
COUNTERONLY
Only counter overflow/underflow generates an update interrupt or DMA request
Auto Trait Implementations§
impl Freeze for URSW
impl RefUnwindSafe for URSW
impl Send for URSW
impl Sync for URSW
impl Unpin for URSW
impl UnwindSafe for URSW
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