pub struct Eppb { /* private fields */ }
Expand description
Cortex-M33 EPPB vendor register block for RP2350
Implementations§
source§impl Eppb
impl Eppb
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
sourcepub const fn nmi_mask0(self) -> Reg<u32, RW>
pub const fn nmi_mask0(self) -> Reg<u32, RW>
NMI mask for IRQs 0 through 31. This register is core-local, and is reset by a processor warm reset.
Trait Implementations§
impl Copy for Eppb
impl Eq for Eppb
impl Send for Eppb
impl StructuralPartialEq for Eppb
impl Sync for Eppb
Auto Trait Implementations§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)