Struct stm32_metapac::syscfg::regs::Epochselcr
#[repr(transparent)]pub struct Epochselcr(pub u32);
Expand description
SBS EPOCH selection control register
Tuple Fields§
§0: u32
Implementations§
§impl Epochselcr
impl Epochselcr
pub const fn epoch_sel(&self) -> EpochSel
pub const fn epoch_sel(&self) -> EpochSel
select EPOCH value to be sent to the SAES 1x: EPOCH forced to zero (value used to retrieve PUF reference value at boot time)
pub fn set_epoch_sel(&mut self, val: EpochSel)
pub fn set_epoch_sel(&mut self, val: EpochSel)
select EPOCH value to be sent to the SAES 1x: EPOCH forced to zero (value used to retrieve PUF reference value at boot time)
Trait Implementations§
§impl Clone for Epochselcr
impl Clone for Epochselcr
§fn clone(&self) -> Epochselcr
fn clone(&self) -> Epochselcr
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for Epochselcr
impl Default for Epochselcr
§fn default() -> Epochselcr
fn default() -> Epochselcr
Returns the “default value” for a type. Read more
§impl PartialEq for Epochselcr
impl PartialEq for Epochselcr
impl Copy for Epochselcr
impl Eq for Epochselcr
impl StructuralPartialEq for Epochselcr
Auto Trait Implementations§
impl Freeze for Epochselcr
impl RefUnwindSafe for Epochselcr
impl Send for Epochselcr
impl Sync for Epochselcr
impl Unpin for Epochselcr
impl UnwindSafe for Epochselcr
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
)