Struct rp2040_pac::i2c0::ic_comp_version::IC_COMP_VERSION_SPEC
source · pub struct IC_COMP_VERSION_SPEC;
Expand description
I2C Component Version Register
You can read
this register and get ic_comp_version::R
. See API.
Trait Implementations§
source§impl RegisterSpec for IC_COMP_VERSION_SPEC
impl RegisterSpec for IC_COMP_VERSION_SPEC
source§impl Resettable for IC_COMP_VERSION_SPEC
impl Resettable for IC_COMP_VERSION_SPEC
reset()
method sets IC_COMP_VERSION to value 0x3230_312a
source§const RESET_VALUE: u32 = 842_019_114u32
const RESET_VALUE: u32 = 842_019_114u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for IC_COMP_VERSION_SPEC
read()
method returns ic_comp_version::R
reader structure
Auto Trait Implementations§
impl Freeze for IC_COMP_VERSION_SPEC
impl RefUnwindSafe for IC_COMP_VERSION_SPEC
impl Send for IC_COMP_VERSION_SPEC
impl Sync for IC_COMP_VERSION_SPEC
impl Unpin for IC_COMP_VERSION_SPEC
impl UnwindSafe for IC_COMP_VERSION_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