Struct rp2040_pac::i2c0::ic_comp_param_1::IC_COMP_PARAM_1_SPEC
source · pub struct IC_COMP_PARAM_1_SPEC;
Expand description
Component Parameter Register 1
Note This register is not implemented and therefore reads as 0. If it was implemented it would be a constant read-only register that contains encoded information about the component’s parameter settings. Fields shown below are the settings for those parameters
You can read
this register and get ic_comp_param_1::R
. See API.
Trait Implementations§
source§impl RegisterSpec for IC_COMP_PARAM_1_SPEC
impl RegisterSpec for IC_COMP_PARAM_1_SPEC
source§impl Resettable for IC_COMP_PARAM_1_SPEC
impl Resettable for IC_COMP_PARAM_1_SPEC
reset()
method sets IC_COMP_PARAM_1 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 IC_COMP_PARAM_1_SPEC
read()
method returns ic_comp_param_1::R
reader structure
Auto Trait Implementations§
impl Freeze for IC_COMP_PARAM_1_SPEC
impl RefUnwindSafe for IC_COMP_PARAM_1_SPEC
impl Send for IC_COMP_PARAM_1_SPEC
impl Sync for IC_COMP_PARAM_1_SPEC
impl Unpin for IC_COMP_PARAM_1_SPEC
impl UnwindSafe for IC_COMP_PARAM_1_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