#[repr(transparent)]pub struct PufSram(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Source§impl PufSram
impl PufSram
Sourcepub const fn puf_sram_valid(&self) -> bool
pub const fn puf_sram_valid(&self) -> bool
1: PUF_SRAM is valid.
Sourcepub const fn set_puf_sram_valid(&mut self, val: bool)
pub const fn set_puf_sram_valid(&mut self, val: bool)
1: PUF_SRAM is valid.
Sourcepub const fn set_ckgating(&mut self, val: bool)
pub const fn set_ckgating(&mut self, val: bool)
PUF SRAM Clock Gating control
Trait Implementations§
impl Copy for PufSram
impl Eq for PufSram
impl StructuralPartialEq for PufSram
Auto Trait Implementations§
impl Freeze for PufSram
impl RefUnwindSafe for PufSram
impl Send for PufSram
impl Sync for PufSram
impl Unpin for PufSram
impl UnwindSafe for PufSram
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