Struct rp2040_pac::adc::ints::INTS_SPEC
source · pub struct INTS_SPEC;
Expand description
Trait Implementations§
source§impl Resettable for INTS_SPEC
impl Resettable for INTS_SPEC
reset()
method sets INTS 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 INTS_SPEC
read()
method returns ints::R
reader structure
Auto Trait Implementations§
impl Freeze for INTS_SPEC
impl RefUnwindSafe for INTS_SPEC
impl Send for INTS_SPEC
impl Sync for INTS_SPEC
impl Unpin for INTS_SPEC
impl UnwindSafe for INTS_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