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