pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn remap_src_base(&self) -> &RemapSrcBase
pub const fn remap_src_base(&self) -> &RemapSrcBase
0x00 - Remap source base address (address >> 12). Up to 12 regions, offset 0x0 + 0x4*n
Sourcepub const fn remap_len(&self) -> &RemapLen
pub const fn remap_len(&self) -> &RemapLen
0x20 - Remap region length (end address >> 12). offset 0x20 + 0x4*n
Sourcepub const fn remap_dst_base(&self) -> &RemapDstBase
pub const fn remap_dst_base(&self) -> &RemapDstBase
0x40 - Remap destination base offset (dest - src). offset 0x40 + 0x4*n
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl !Sync for RegisterBlock
impl Send for RegisterBlock
impl Unpin for RegisterBlock
impl UnsafeUnpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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