Struct nrf52840_pac::mwu::perregion::PERREGION
source · #[repr(C)]pub struct PERREGION {
pub substatwa: SUBSTATWA,
pub substatra: SUBSTATRA,
}
Expand description
Register block
Fields§
§substatwa: SUBSTATWA
0x00 - Description cluster[n]: Source of event/interrupt in region n, write access detected while corresponding subregion was enabled for watching
substatra: SUBSTATRA
0x04 - Description cluster[n]: Source of event/interrupt in region n, read access detected while corresponding subregion was enabled for watching
Auto Trait Implementations§
impl !Freeze for PERREGION
impl !RefUnwindSafe for PERREGION
impl Send for PERREGION
impl !Sync for PERREGION
impl Unpin for PERREGION
impl UnwindSafe for PERREGION
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