pub enum UDIS {
Enabled = 0,
Disabled = 1,
}
Expand description
Update disable This bit is set and cleared by software to enable/disable UEV event generation. Counter overflow/underflow Setting the UG bit Update generation through the slave mode controller Buffered registers are then loaded with their preload values.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for UDIS
impl Eq for UDIS
impl StructuralPartialEq for UDIS
Auto Trait Implementations§
impl Freeze for UDIS
impl RefUnwindSafe for UDIS
impl Send for UDIS
impl Sync for UDIS
impl Unpin for UDIS
impl UnwindSafe for UDIS
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