#[repr(transparent)]pub struct Cfg(pub u32);Expand description
PUF config register for block bits
Tuple Fields§
§0: u32Implementations§
Source§impl Cfg
impl Cfg
Sourcepub const fn blockenroll_setkey(&self) -> bool
pub const fn blockenroll_setkey(&self) -> bool
Block enroll operation. Write 1 to set, cleared on reset.
Sourcepub const fn set_blockenroll_setkey(&mut self, val: bool)
pub const fn set_blockenroll_setkey(&mut self, val: bool)
Block enroll operation. Write 1 to set, cleared on reset.
Sourcepub const fn blockkeyoutput(&self) -> bool
pub const fn blockkeyoutput(&self) -> bool
Block set key operation. Write 1 to set, cleared on reset.
Sourcepub const fn set_blockkeyoutput(&mut self, val: bool)
pub const fn set_blockkeyoutput(&mut self, val: bool)
Block set key operation. Write 1 to set, cleared on reset.
Trait Implementations§
impl Copy for Cfg
impl Eq for Cfg
impl StructuralPartialEq for Cfg
Auto Trait Implementations§
impl Freeze for Cfg
impl RefUnwindSafe for Cfg
impl Send for Cfg
impl Sync for Cfg
impl Unpin for Cfg
impl UnwindSafe for Cfg
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