Struct VeridSpec
pub struct VeridSpec;Trait Implementations§
§impl Resettable for VeridSpec
reset() method sets VERID to value 0x0401_0003
impl Resettable for VeridSpec
reset() method sets VERID to value 0x0401_0003
§const RESET_VALUE: u32 = 67_174_403u32
const RESET_VALUE: u32 = 67_174_403u32
Reset value of the register.
§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for VeridSpec
read() method returns verid::R reader structure
Auto Trait Implementations§
impl Freeze for VeridSpec
impl RefUnwindSafe for VeridSpec
impl Send for VeridSpec
impl Sync for VeridSpec
impl Unpin for VeridSpec
impl UnwindSafe for VeridSpec
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