pub struct Scg0 { /* private fields */ }Expand description
SCG
Implementations§
Source§impl Scg0
impl Scg0
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn aplllock_cnfg(self) -> Reg<AplllockCnfg, RW>
pub const fn aplllock_cnfg(self) -> Reg<AplllockCnfg, RW>
APLL LOCK Configuration Register
Sourcepub const fn apllsscgstat(self) -> Reg<Apllsscgstat, R>
pub const fn apllsscgstat(self) -> Reg<Apllsscgstat, R>
APLL SSCG Status Register
Sourcepub const fn splllock_cnfg(self) -> Reg<SplllockCnfg, RW>
pub const fn splllock_cnfg(self) -> Reg<SplllockCnfg, RW>
SPLL LOCK Configuration Register
Sourcepub const fn spllsscgstat(self) -> Reg<Spllsscgstat, R>
pub const fn spllsscgstat(self) -> Reg<Spllsscgstat, R>
SPLL SSCG Status Register
Trait Implementations§
impl Copy for Scg0
impl Eq for Scg0
impl Send for Scg0
impl StructuralPartialEq for Scg0
impl Sync for Scg0
Auto Trait Implementations§
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