pub enum IMR_A {
NoEffect,
Reload,
}Expand description
Immediate Reload
Value on reset: 0
Variants
NoEffect
0: This bit is set by software and cleared only by hardware after reload (it cannot be cleared through register write once it is set)
Reload
1: The shadow registers are reloaded immediately. This bit is set by software and cleared only by hardware after reload
Trait Implementations
impl Copy for IMR_A
impl StructuralPartialEq for IMR_A
Auto Trait Implementations
impl RefUnwindSafe for IMR_A
impl Send for IMR_A
impl Sync for IMR_A
impl Unpin for IMR_A
impl UnwindSafe for IMR_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more