pub struct Puf { /* private fields */ }Expand description
PUFCTRL
Implementations§
Source§impl Puf
impl Puf
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn codeoutput(self) -> Reg<Codeoutput, R>
pub const fn codeoutput(self) -> Reg<Codeoutput, R>
PUF Code Output register
Sourcepub const fn keyoutindex(self) -> Reg<Keyoutindex, RW>
pub const fn keyoutindex(self) -> Reg<Keyoutindex, RW>
PUF Key Output Index register
Sourcepub const fn idxblk_h_dp(self) -> Reg<IdxblkHDp, RW>
pub const fn idxblk_h_dp(self) -> Reg<IdxblkHDp, RW>
no description available
Sourcepub const fn idxblk_l_dp(self) -> Reg<IdxblkLDp, RW>
pub const fn idxblk_l_dp(self) -> Reg<IdxblkLDp, RW>
no description available
Sourcepub const fn shift_status(self) -> Reg<ShiftStatus, RW>
pub const fn shift_status(self) -> Reg<ShiftStatus, RW>
no description available
Trait Implementations§
impl Copy for Puf
impl Eq for Puf
impl Send for Puf
impl StructuralPartialEq for Puf
impl Sync for Puf
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