pub struct GITREF_RP2040_SPEC;Expand description
Git hash of the chip source. Used to identify chip version.
You can read this register and get gitref_rp2040::R. See API.
Trait Implementations§
Source§impl RegisterSpec for GITREF_RP2040_SPEC
impl RegisterSpec for GITREF_RP2040_SPEC
Source§impl Resettable for GITREF_RP2040_SPEC
reset() method sets GITREF_RP2040 to value 0
impl Resettable for GITREF_RP2040_SPEC
reset() method sets GITREF_RP2040 to value 0
Source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for GITREF_RP2040_SPEC
read() method returns gitref_rp2040::R reader structure
Auto Trait Implementations§
impl Freeze for GITREF_RP2040_SPEC
impl RefUnwindSafe for GITREF_RP2040_SPEC
impl Send for GITREF_RP2040_SPEC
impl Sync for GITREF_RP2040_SPEC
impl Unpin for GITREF_RP2040_SPEC
impl UnwindSafe for GITREF_RP2040_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