pub struct Pgc { /* private fields */ }Expand description
PGC
Implementations§
Source§impl Pgc
impl Pgc
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn mega_pupscr(self) -> Reg<MegaPupscr, RW>
pub const fn mega_pupscr(self) -> Reg<MegaPupscr, RW>
PGC Mega Power Up Sequence Control Register
Sourcepub const fn mega_pdnscr(self) -> Reg<MegaPdnscr, RW>
pub const fn mega_pdnscr(self) -> Reg<MegaPdnscr, RW>
PGC Mega Pull Down Sequence Control Register
Sourcepub const fn cpu_pupscr(self) -> Reg<CpuPupscr, RW>
pub const fn cpu_pupscr(self) -> Reg<CpuPupscr, RW>
PGC CPU Power Up Sequence Control Register
Sourcepub const fn cpu_pdnscr(self) -> Reg<CpuPdnscr, RW>
pub const fn cpu_pdnscr(self) -> Reg<CpuPdnscr, RW>
PGC CPU Pull Down Sequence Control Register
Trait Implementations§
impl Copy for Pgc
impl Eq for Pgc
impl Send for Pgc
impl StructuralPartialEq for Pgc
impl Sync for Pgc
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