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