#[repr(transparent)]pub struct RlarA2(pub u32);Expand description
MPU Region Limit Address Register.
Tuple Fields§
§0: u32Implementations§
Source§impl RlarA2
impl RlarA2
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 RlarA2
impl Eq for RlarA2
impl StructuralPartialEq for RlarA2
Auto Trait Implementations§
impl Freeze for RlarA2
impl RefUnwindSafe for RlarA2
impl Send for RlarA2
impl Sync for RlarA2
impl Unpin for RlarA2
impl UnwindSafe for RlarA2
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