pub enum UPD {
NoEvent = 0,
Event = 1,
}
Expand description
Master Update Interrupt Flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for UPD
impl Eq for UPD
impl StructuralPartialEq for UPD
Auto Trait Implementations§
impl Freeze for UPD
impl RefUnwindSafe for UPD
impl Send for UPD
impl Sync for UPD
impl Unpin for UPD
impl UnwindSafe for UPD
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