#[repr(transparent)]pub struct GlbCc4(pub u32);Expand description
AHB Clock Control 4.
Tuple Fields§
§0: u32Implementations§
Source§impl GlbCc4
impl GlbCc4
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 GlbCc4
impl Eq for GlbCc4
impl StructuralPartialEq for GlbCc4
Auto Trait Implementations§
impl Freeze for GlbCc4
impl RefUnwindSafe for GlbCc4
impl Send for GlbCc4
impl Sync for GlbCc4
impl Unpin for GlbCc4
impl UnwindSafe for GlbCc4
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