#[repr(transparent)]pub struct GlbPr4(pub u32);Expand description
Peripheral Enable Configuration 4. Reset on POR only.
Tuple Fields§
§0: u32Implementations§
Source§impl GlbPr4
impl GlbPr4
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§
impl Copy for GlbPr4
impl Eq for GlbPr4
impl StructuralPartialEq for GlbPr4
Auto Trait Implementations§
impl Freeze for GlbPr4
impl RefUnwindSafe for GlbPr4
impl Send for GlbPr4
impl Sync for GlbPr4
impl Unpin for GlbPr4
impl UnwindSafe for GlbPr4
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