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