Struct rp2040_pac::sysinfo::chip_id::CHIP_ID_SPEC
source · pub struct CHIP_ID_SPEC;
Expand description
JEDEC JEP-106 compliant chip identifier.
You can read
this register and get chip_id::R
. See API.
Trait Implementations§
source§impl RegisterSpec for CHIP_ID_SPEC
impl RegisterSpec for CHIP_ID_SPEC
source§impl Resettable for CHIP_ID_SPEC
impl Resettable for CHIP_ID_SPEC
reset()
method sets CHIP_ID 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 CHIP_ID_SPEC
read()
method returns chip_id::R
reader structure
Auto Trait Implementations§
impl Freeze for CHIP_ID_SPEC
impl RefUnwindSafe for CHIP_ID_SPEC
impl Send for CHIP_ID_SPEC
impl Sync for CHIP_ID_SPEC
impl Unpin for CHIP_ID_SPEC
impl UnwindSafe for CHIP_ID_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