pub enum MCR {
NotUpdated = 0,
Updated = 1,
}
Expand description
MCR
Value on reset: 0
Variants§
NotUpdated = 0
0: Register not updated by burst DMA access
Updated = 1
1: Register updated by burst DMA access
Trait Implementations§
impl Copy for MCR
impl Eq for MCR
impl StructuralPartialEq for MCR
Auto Trait Implementations§
impl Freeze for MCR
impl RefUnwindSafe for MCR
impl Send for MCR
impl Sync for MCR
impl Unpin for MCR
impl UnwindSafe for MCR
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