pub struct GHWCFG4_SPEC;
Expand description
You can read
this register and get ghwcfg4::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for GHWCFG4_SPEC
impl RegisterSpec for GHWCFG4_SPEC
Source§impl Resettable for GHWCFG4_SPEC
reset()
method sets GHWCFG4 to value 0xd3f0_a030
impl Resettable for GHWCFG4_SPEC
reset()
method sets GHWCFG4 to value 0xd3f0_a030
Source§const RESET_VALUE: u32 = 3_555_762_224u32
const RESET_VALUE: u32 = 3_555_762_224u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for GHWCFG4_SPEC
read()
method returns ghwcfg4::R
reader structure
Auto Trait Implementations§
impl Freeze for GHWCFG4_SPEC
impl RefUnwindSafe for GHWCFG4_SPEC
impl Send for GHWCFG4_SPEC
impl Sync for GHWCFG4_SPEC
impl Unpin for GHWCFG4_SPEC
impl UnwindSafe for GHWCFG4_SPEC
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