pub struct BASE2 {
pub BASEADDR: u32,
}
Expand description
Base register
Fields
BASEADDR: u32
The second part of the base address of this access point if required.
Trait Implementations
impl ApRegister<MemoryAp> for BASE2
impl Copy for BASE2
impl StructuralPartialEq for BASE2
Auto Trait Implementations
impl RefUnwindSafe for BASE2
impl Send for BASE2
impl Sync for BASE2
impl Unpin for BASE2
impl UnwindSafe for BASE2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more