Struct rp2040_pac::xip_ssi::idr::IDR_SPEC
source · pub struct IDR_SPEC;
Trait Implementations§
source§impl Resettable for IDR_SPEC
impl Resettable for IDR_SPEC
reset()
method sets IDR to value 0x5153_5049
source§const RESET_VALUE: u32 = 1_364_414_537u32
const RESET_VALUE: u32 = 1_364_414_537u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for IDR_SPEC
read()
method returns idr::R
reader structure
Auto Trait Implementations§
impl Freeze for IDR_SPEC
impl RefUnwindSafe for IDR_SPEC
impl Send for IDR_SPEC
impl Sync for IDR_SPEC
impl Unpin for IDR_SPEC
impl UnwindSafe for IDR_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