#[repr(transparent)]pub struct Vid2(pub u32);Expand description
Version ID Register (LS)
Tuple Fields§
§0: u32Implementations§
Source§impl Vid2
impl Vid2
Sourcepub const fn config_opt(&self) -> ConfigOpt
pub const fn config_opt(&self) -> ConfigOpt
Shows the IP’s Configuaration options for the TRNG.
Sourcepub const fn set_config_opt(&mut self, val: ConfigOpt)
pub const fn set_config_opt(&mut self, val: ConfigOpt)
Shows the IP’s Configuaration options for the TRNG.
Sourcepub const fn set_eco_rev(&mut self, val: EcoRev)
pub const fn set_eco_rev(&mut self, val: EcoRev)
Shows the IP’s ECO revision of the TRNG.
Sourcepub const fn set_intg_opt(&mut self, val: IntgOpt)
pub const fn set_intg_opt(&mut self, val: IntgOpt)
Shows the integration options for the TRNG.
Trait Implementations§
impl Copy for Vid2
impl Eq for Vid2
impl StructuralPartialEq for Vid2
Auto Trait Implementations§
impl Freeze for Vid2
impl RefUnwindSafe for Vid2
impl Send for Vid2
impl Sync for Vid2
impl Unpin for Vid2
impl UnwindSafe for Vid2
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