#[repr(transparent)]pub struct MrccGlbPr4(pub u32);Expand description
Peripheral Enable Configuration 4. Reset on POR only.
Tuple Fields§
§0: u32Implementations§
Source§impl MrccGlbPr4
impl MrccGlbPr4
Sourcepub const fn set_seccon(&mut self, val: bool)
pub const fn set_seccon(&mut self, val: bool)
SECCON
Sourcepub const fn set_glikey0(&mut self, val: bool)
pub const fn set_glikey0(&mut self, val: bool)
GLIKEY0
Sourcepub const fn set_dgdet0(&mut self, val: bool)
pub const fn set_dgdet0(&mut self, val: bool)
DGDET0
Trait Implementations§
Source§impl Clone for MrccGlbPr4
impl Clone for MrccGlbPr4
Source§fn clone(&self) -> MrccGlbPr4
fn clone(&self) -> MrccGlbPr4
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 MrccGlbPr4
impl Debug for MrccGlbPr4
Source§impl Default for MrccGlbPr4
impl Default for MrccGlbPr4
Source§fn default() -> MrccGlbPr4
fn default() -> MrccGlbPr4
Returns the “default value” for a type. Read more
Source§impl PartialEq for MrccGlbPr4
impl PartialEq for MrccGlbPr4
impl Copy for MrccGlbPr4
impl Eq for MrccGlbPr4
impl StructuralPartialEq for MrccGlbPr4
Auto Trait Implementations§
impl Freeze for MrccGlbPr4
impl RefUnwindSafe for MrccGlbPr4
impl Send for MrccGlbPr4
impl Sync for MrccGlbPr4
impl Unpin for MrccGlbPr4
impl UnwindSafe for MrccGlbPr4
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