#[repr(transparent)]pub struct SramCfg(pub u32);Expand description
SRAM Configuration
Tuple Fields§
§0: u32Implementations§
Source§impl SramCfg
impl SramCfg
Sourcepub const fn set_enable(&mut self, val: bool)
pub const fn set_enable(&mut self, val: bool)
PUF SRAM Controller activation
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 SramCfg
impl Eq for SramCfg
impl StructuralPartialEq for SramCfg
Auto Trait Implementations§
impl Freeze for SramCfg
impl RefUnwindSafe for SramCfg
impl Send for SramCfg
impl Sync for SramCfg
impl Unpin for SramCfg
impl UnwindSafe for SramCfg
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