#[repr(transparent)]pub struct RlarA3(pub u32);Expand description
MPU Region Limit Address Register.
Tuple Fields§
§0: u32Implementations§
Source§impl RlarA3
impl RlarA3
Sourcepub const fn attrindx(&self) -> u8
pub const fn attrindx(&self) -> u8
Attribute index. Associates a set of attributes in the MPU_MAIR0 and MPU_MAIR1 fields.
Sourcepub const fn set_attrindx(&mut self, val: u8)
pub const fn set_attrindx(&mut self, val: u8)
Attribute index. Associates a set of attributes in the MPU_MAIR0 and MPU_MAIR1 fields.
Trait Implementations§
impl Copy for RlarA3
impl Eq for RlarA3
impl StructuralPartialEq for RlarA3
Auto Trait Implementations§
impl Freeze for RlarA3
impl RefUnwindSafe for RlarA3
impl Send for RlarA3
impl Sync for RlarA3
impl Unpin for RlarA3
impl UnwindSafe for RlarA3
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