#[repr(transparent)]pub struct RngBistCntr1(pub u32);
Expand description
Collected BIST results.
Tuple Fields§
§0: u32
Implementations§
Source§impl RngBistCntr1
impl RngBistCntr1
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 RngBistCntr1
impl Clone for RngBistCntr1
Source§fn clone(&self) -> RngBistCntr1
fn clone(&self) -> RngBistCntr1
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 RngBistCntr1
impl Debug for RngBistCntr1
Source§impl Default for RngBistCntr1
impl Default for RngBistCntr1
Source§fn default() -> RngBistCntr1
fn default() -> RngBistCntr1
Returns the “default value” for a type. Read more
Source§impl PartialEq for RngBistCntr1
impl PartialEq for RngBistCntr1
impl Copy for RngBistCntr1
impl Eq for RngBistCntr1
impl StructuralPartialEq for RngBistCntr1
Auto Trait Implementations§
impl Freeze for RngBistCntr1
impl RefUnwindSafe for RngBistCntr1
impl Send for RngBistCntr1
impl Sync for RngBistCntr1
impl Unpin for RngBistCntr1
impl UnwindSafe for RngBistCntr1
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