#[repr(transparent)]pub struct RngBistCntr2(pub u32);
Expand description
Collected BIST results.
Tuple Fields§
§0: u32
Implementations§
Source§impl RngBistCntr2
impl RngBistCntr2
Sourcepub const fn rosc_cntr_val(&self) -> u32
pub const fn rosc_cntr_val(&self) -> u32
Reflects the results of RNG BIST counter.
Sourcepub fn set_rosc_cntr_val(&mut self, val: u32)
pub fn set_rosc_cntr_val(&mut self, val: u32)
Reflects the results of RNG BIST counter.
Sourcepub fn set_reserved(&mut self, val: u16)
pub fn set_reserved(&mut self, val: u16)
RESERVED
Trait Implementations§
Source§impl Clone for RngBistCntr2
impl Clone for RngBistCntr2
Source§fn clone(&self) -> RngBistCntr2
fn clone(&self) -> RngBistCntr2
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 moreSource§impl Debug for RngBistCntr2
impl Debug for RngBistCntr2
Source§impl Default for RngBistCntr2
impl Default for RngBistCntr2
Source§fn default() -> RngBistCntr2
fn default() -> RngBistCntr2
Returns the “default value” for a type. Read more
Source§impl PartialEq for RngBistCntr2
impl PartialEq for RngBistCntr2
impl Copy for RngBistCntr2
impl Eq for RngBistCntr2
impl StructuralPartialEq for RngBistCntr2
Auto Trait Implementations§
impl Freeze for RngBistCntr2
impl RefUnwindSafe for RngBistCntr2
impl Send for RngBistCntr2
impl Sync for RngBistCntr2
impl Unpin for RngBistCntr2
impl UnwindSafe for RngBistCntr2
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