Struct rp2040_pac::io_qspi::proc0_ints::PROC0_INTS_SPEC
source · pub struct PROC0_INTS_SPEC;
Expand description
Interrupt status after masking & forcing for proc0
You can read
this register and get proc0_ints::R
. See API.
Trait Implementations§
source§impl RegisterSpec for PROC0_INTS_SPEC
impl RegisterSpec for PROC0_INTS_SPEC
source§impl Resettable for PROC0_INTS_SPEC
impl Resettable for PROC0_INTS_SPEC
reset()
method sets PROC0_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 PROC0_INTS_SPEC
read()
method returns proc0_ints::R
reader structure
Auto Trait Implementations§
impl Freeze for PROC0_INTS_SPEC
impl RefUnwindSafe for PROC0_INTS_SPEC
impl Send for PROC0_INTS_SPEC
impl Sync for PROC0_INTS_SPEC
impl Unpin for PROC0_INTS_SPEC
impl UnwindSafe for PROC0_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