pub enum URS {
AnyEvent = 0,
CounterOnly = 1,
}
Expand description
Update request source
Value on reset: 0
Variants§
AnyEvent = 0
0: Any of counter overflow/underflow, setting UG, or update through slave mode, generates an update interrupt or DMA request
CounterOnly = 1
1: Only counter overflow/underflow generates an update interrupt or DMA request
Trait Implementations§
impl Copy for URS
impl Eq for URS
impl StructuralPartialEq for URS
Auto Trait Implementations§
impl Freeze for URS
impl RefUnwindSafe for URS
impl Send for URS
impl Sync for URS
impl Unpin for URS
impl UnwindSafe for URS
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