Struct nrf52840_pac::mwu::events_pregion::EVENTS_PREGION
source · #[repr(C)]pub struct EVENTS_PREGION {
pub wa: WA,
pub ra: RA,
}
Expand description
Register block
Fields§
§wa: WA
0x00 - Description cluster[n]: Write access to peripheral region n detected
ra: RA
0x04 - Description cluster[n]: Read access to peripheral region n detected
Auto Trait Implementations§
impl !Freeze for EVENTS_PREGION
impl !RefUnwindSafe for EVENTS_PREGION
impl Send for EVENTS_PREGION
impl !Sync for EVENTS_PREGION
impl Unpin for EVENTS_PREGION
impl UnwindSafe for EVENTS_PREGION
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