Enum Um
pub enum Um {
_0 = 0,
_1 = 1,
}Expand description
Update Mode
Value on reset: 0
Variants§
_0 = 0
0: Registers cannot be written when locked.
_1 = 1
1: Registers can be written when locked under limited conditions.
Trait Implementations§
impl Copy for Um
impl Eq for Um
impl StructuralPartialEq for Um
Auto Trait Implementations§
impl Freeze for Um
impl RefUnwindSafe for Um
impl Send for Um
impl Sync for Um
impl Unpin for Um
impl UnwindSafe for Um
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