Struct nrf52840_pac::mwu::region::REGION
source · #[repr(C)]pub struct REGION {
pub start: START,
pub end: END,
}
Expand description
Register block
Fields§
§start: START
0x00 - Description cluster[n]: Start address for region n
end: END
0x04 - Description cluster[n]: End address of region n
Auto Trait Implementations§
impl !Freeze for REGION
impl !RefUnwindSafe for REGION
impl Send for REGION
impl !Sync for REGION
impl Unpin for REGION
impl UnwindSafe for 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