#[repr(C)]pub struct MPU_Type {
pub TYPE: u32,
pub CTRL: u32,
pub RNR: u32,
pub RBAR: u32,
pub RASR: u32,
pub RBAR_A1: u32,
pub RASR_A1: u32,
pub RBAR_A2: u32,
pub RASR_A2: u32,
pub RBAR_A3: u32,
pub RASR_A3: u32,
}
Fields
TYPE: u32
CTRL: u32
RNR: u32
RBAR: u32
RASR: u32
RBAR_A1: u32
RASR_A1: u32
RBAR_A2: u32
RASR_A2: u32
RBAR_A3: u32
RASR_A3: u32
Trait Implementations
impl Copy for MPU_Type
Auto Trait Implementations
impl RefUnwindSafe for MPU_Type
impl Send for MPU_Type
impl Sync for MPU_Type
impl Unpin for MPU_Type
impl UnwindSafe for MPU_Type
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