#[repr(transparent)]pub struct MrccGlbPr3(pub u32);Expand description
Peripheral Enable Configuration 3. Reset on POR only.
Tuple Fields§
§0: u32Implementations§
Source§impl MrccGlbPr3
impl MrccGlbPr3
Sourcepub const fn set_smartdma0(&mut self, val: bool)
pub const fn set_smartdma0(&mut self, val: bool)
SMARTDMA0
Trait Implementations§
Source§impl Clone for MrccGlbPr3
impl Clone for MrccGlbPr3
Source§fn clone(&self) -> MrccGlbPr3
fn clone(&self) -> MrccGlbPr3
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MrccGlbPr3
impl Debug for MrccGlbPr3
Source§impl Default for MrccGlbPr3
impl Default for MrccGlbPr3
Source§fn default() -> MrccGlbPr3
fn default() -> MrccGlbPr3
Returns the “default value” for a type. Read more
Source§impl PartialEq for MrccGlbPr3
impl PartialEq for MrccGlbPr3
impl Copy for MrccGlbPr3
impl Eq for MrccGlbPr3
impl StructuralPartialEq for MrccGlbPr3
Auto Trait Implementations§
impl Freeze for MrccGlbPr3
impl RefUnwindSafe for MrccGlbPr3
impl Send for MrccGlbPr3
impl Sync for MrccGlbPr3
impl Unpin for MrccGlbPr3
impl UnwindSafe for MrccGlbPr3
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