Struct Pk
pub struct Pk { /* private fields */ }
Expand description
Unspecified
Implementations§
§impl Pk
impl Pk
pub const unsafe fn from_ptr(ptr: *mut ()) -> Pk
pub const fn as_ptr(&self) -> *mut ()
pub const fn hwconfig(self) -> Reg<PkHwconfig, RW>
pub const fn hwconfig(self) -> Reg<PkHwconfig, RW>
Hardware configuration register.
pub const fn ramerrorinject(self) -> Reg<Ramerrorinject, RW>
pub const fn ramerrorinject(self) -> Reg<Ramerrorinject, RW>
RAM error injection register.
pub const fn ramerrorstatus(self) -> Reg<Ramerrorstatus, RW>
pub const fn ramerrorstatus(self) -> Reg<Ramerrorstatus, RW>
RAM error status register.
Trait Implementations§
impl Copy for Pk
impl Eq for Pk
impl Send for Pk
impl StructuralPartialEq for Pk
impl Sync for Pk
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)