pub struct Scg { /* private fields */ }Expand description
System Clock Generator.
Implementations§
Source§impl Scg
impl Scg
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 apllteststat(self) -> Reg<Apllteststat, RW>
pub const fn apllteststat(self) -> Reg<Apllteststat, RW>
APLL Test Status Register.
Sourcepub const fn aplltestctrl(self) -> Reg<Aplltestctrl, RW>
pub const fn aplltestctrl(self) -> Reg<Aplltestctrl, RW>
APLL Test Control 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.
Sourcepub const fn spllteststat(self) -> Reg<Spllteststat, RW>
pub const fn spllteststat(self) -> Reg<Spllteststat, RW>
SPLL Test Status Register.
Sourcepub const fn splltestctrl(self) -> Reg<Splltestctrl, RW>
pub const fn splltestctrl(self) -> Reg<Splltestctrl, RW>
SPLL Test Control Register.
Trait Implementations§
impl Copy for Scg
impl Eq for Scg
impl Send for Scg
impl StructuralPartialEq for Scg
impl Sync for Scg
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